'宣言 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.