バージョン

HeaderFooterPageSection コンストラクタ(UltraPrintDocument,Boolean)

新しい HeaderFooterPageSection を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal document As UltraPrintDocument, _
   ByVal isHeader As Boolean _
)
public HeaderFooterPageSection( 
   UltraPrintDocument document,
   bool isHeader
)

パラメータ

document
所有元の印刷ドキュメント
isHeader
これがヘッダー セクションの場合は True。フッター セクションの場合は False。
参照