Overload | Description |
---|---|
NewPage(PageLayout,PageDirectionEnum) | 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. |
NewPage(PageLayout) | Creates a new page and adds it to the document. |
NewPage() | Creates a new page and adds it to the document. |