PrintDocument for WinForms
OnDocumentStarting メソッド (C1PrintDocument)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : OnDocumentStarting メソッド
Called when the document is starting to generate. Raises the C1PrintDocument.DocumentStarting event. The C1PrintDocument.BusyState property is set to BusyStateEnum.Generating after this method returns. See remarks for more details.
シンタックス
'宣言
 
Protected Overridable Sub OnDocumentStarting() 
'使用法
 
Dim instance As C1PrintDocument
 
instance.OnDocumentStarting()
protected virtual void OnDocumentStarting()
解説
The following order is observed before and after the document generation:
  1. Raises the C1PrintDocument.DocumentStarting event.
  2. C1PrintDocument.BusyState changed to BusyStateEnum.Generating.
  3. Executes the C1PrintDocument.DocumentStartingScript script.
  4. ... document's generation ...
  5. Executes the C1PrintDocument.DocumentEndedScript script.
  6. C1PrintDocument.BusyState changed to BusyStateEnum.Ready.
  7. Raises the C1PrintDocument.DocumentEnded event.
参照

C1PrintDocument クラス
C1PrintDocument メンバ