PowerTools ActiveReports for .NET 11.0J
PrintPage イベント

構文
'宣言
 
Public Event PrintPage As PrintPageEventHandler
public event PrintPageEventHandler PrintPage
イベント データ

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

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

関連項目

Printer クラス
Printer メンバ

 

 


©2003-2017 GrapeCity inc. All rights reserved.