バージョン

PagePrintedEventArgs コンストラクタ

新しい PageSectionPrintEventArgs を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal document As UltraPrintDocument, _
   ByVal graphics As Graphics, _
   ByVal pageSettings As PageSettings, _
   ByVal headerRect As Rectangle, _
   ByVal footerRect As Rectangle, _
   ByVal pageBodyRect As Rectangle _
)
public PagePrintedEventArgs( 
   UltraPrintDocument document,
   Graphics graphics,
   PageSettings pageSettings,
   Rectangle headerRect,
   Rectangle footerRect,
   Rectangle pageBodyRect
)

パラメータ

document
印刷される関連ドキュメント
graphics
ページを描画するグラフィック オブジェクト
pageSettings
カレント ページの設定に関する情報を提供するオブジェクト。
headerRect
ヘッダー領域の System.Drawing.Rectangle
footerRect
フッター領域の四角形。
pageBodyRect
ページ ボディ領域の四角形。
参照