PrintDocument for WinForms
NewPage(PageLayout,PageDirectionEnum) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > NewPage メソッド : NewPage(PageLayout,PageDirectionEnum) メソッド
Specifies a layout which will be used for all following pages.
Indicates which page must be added - vertical or horizontal.
Creates a new page and adds it to the document. Note that C1PrintDocument.AllowNonReflowableDocs property on the document must be set to true for this method to work; otherwise, an exception will occur.
シンタックス
'宣言
 
Public Overloads Sub NewPage( _
   ByVal pageLayout As PageLayout, _
   ByVal direction As PageDirectionEnum _
) 
'使用法
 
Dim instance As C1PrintDocument
Dim pageLayout As PageLayout
Dim direction As PageDirectionEnum
 
instance.NewPage(pageLayout, direction)
public void NewPage( 
   PageLayout pageLayout,
   PageDirectionEnum direction
)

パラメータ

pageLayout
Specifies a layout which will be used for all following pages.
direction
Indicates which page must be added - vertical or horizontal.
参照

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