バージョン

HeaderFooterPrintingEventArgs コンストラクタ

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

パラメータ

document
印刷される関連ドキュメント
graphics
ページを描画するグラフィック オブジェクト
pageSettings
カレント ページの設定に関する情報を提供するオブジェクト。
availableRect
セクションに使用可能な領域
section
描画するセクション
参照