[]
Creates a new page and adds it to the document. Note that AllowNonReflowableDocs property on the document must be set to true for this method to work; otherwise, an exception will occur.
public void NewPage(PageLayout pageLayout, PageDirectionEnum direction)
Type | Name | Description |
---|---|---|
PageLayout | pageLayout | Specifies a layout which will be used for all following pages. |
PageDirectionEnum | direction | Indicates which page must be added - vertical or horizontal. |
Creates a new page and adds it to the document.
public void NewPage(PageLayout pageLayout)
Type | Name | Description |
---|---|---|
PageLayout | pageLayout | Specifies a layout which will be used for all following pages. |
Creates a new page and adds it to the document.
public void NewPage()