FlexPivot for WinForms
PrintPage イベント (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : PrintPage イベント
Fires after the grid finishes printing a page.
シンタックス
'宣言
 
Public Event PrintPage As System.Drawing.Printing.PrintPageEventHandler
public event System.Drawing.Printing.PrintPageEventHandler PrintPage
イベント データ

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

プロパティ解説
印刷ジョブをキャンセルするかどうかを示す値を取得または設定します。  
ページの描画に使用される System.Drawing.Graphics を取得します。  
追加のページを印刷するかどうかを示す値を取得または設定します。  
ページ余白の内側の部分を表す四角形領域を取得します。  
ページの全領域を表す四角形領域を取得します。  
現在のページのページ設定を取得します。  
解説

This event is typically used to provide feedback while printing the grid, and to offer the user a cancel button that can be used to stop the printing process. You can also use this event to add custom elements to the printed pages.

Use the PrintGrid(String,PrintGridFlags) method to print the grid and specify the document name, common printing options, headers and footers.

Use the PrintParameters property to specify less common printing options such as header and footer fonts, page margins, orientation, and so on.

参照