FlexGrid for WinForms
PrintPage イベント (C1FlexGridBase)

C1.Win.C1FlexGrid.4.8 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : PrintPage イベント
グリッドがページの出力を終了した後に発生します。
シンタックス
'宣言
 
Public Event PrintPage As System.Drawing.Printing.PrintPageEventHandler
public event System.Drawing.Printing.PrintPageEventHandler PrintPage
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、System.Drawing.Printing.PrintPageEventArgs 型の引数を受け取りました。次の PrintPageEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Gets or sets a value indicating whether the print job should be canceled.  
Gets the System.Drawing.Graphics used to paint the page.  
Gets or sets a value indicating whether an additional page should be printed.  
Gets the rectangular area that represents the portion of the page inside the margins.  
Gets the rectangular area that represents the total area of the page.  
Gets the page settings for the current page.  
解説

通常、このイベントはグリッドの印刷時にフィードバックを行い、印刷処理を停止するために使用できるキャンセルボタンを提供します。このイベントを使用して、印刷ページにカスタム要素を追加することもできます。

PrintGrid(String,PrintGridFlags)メソッドを使用して、グリッドを印刷し、文書名、一般的な印刷オプション、ヘッダーおよびフッターを指定します。

また、 PrintParametersプロパティを使用して、ヘッダーおよびフッターのフォント、ページのマージン、向きなど、特殊な印刷オプションを指定します。

参照