PrintDocument for WinForms
OnDocumentStarting メソッド (C1PrintDocument)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : OnDocumentStarting メソッド
ドキュメントが生成を開始するときに呼び出されます。 DocumentStartingイベントを発生させ、 DocumentStartingScriptスクリプトを実行します。
シンタックス
'宣言
 
Protected Overridable Sub OnDocumentStarting() 
'使用法
 
Dim instance As C1PrintDocument
 
instance.OnDocumentStarting()
protected virtual void OnDocumentStarting()
解説
ドキュメント生成の前後には以下の順序で処理が実行されます。
  1. DocumentStartingイベントを発生させます。
  2. BusyStateBusyStateEnum.Generatingに変更されます。
  3. DocumentStartingScriptスクリプトを実行します。
  4. ... ドキュメントの生成...
  5. DocumentEndedScriptスクリプトを実行します。
  6. BusyStateBusyStateEnum.Readyに変更されます。
  7. DocumentEndedイベントを発生させます。
参照

C1PrintDocument クラス
C1PrintDocument メンバ