PrintDocument for WinForms
NewPage(PageLayout) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > NewPage メソッド : NewPage(PageLayout) メソッド
Specifies a layout which will be used for all following pages.
Creates a new page and adds it to the document.
シンタックス
'宣言
 
Public Overloads Sub NewPage( _
   ByVal pageLayout As PageLayout _
) 
'使用法
 
Dim instance As C1PrintDocument
Dim pageLayout As PageLayout
 
instance.NewPage(pageLayout)
public void NewPage( 
   PageLayout pageLayout
)

パラメータ

pageLayout
Specifies a layout which will be used for all following pages.
参照

C1PrintDocument クラス
C1PrintDocument メンバ
オーバーロード一覧