| Overload | Description |
|---|---|
| NewPage(PageLayout,PageDirectionEnum) | Creates a new page and adds it to the document. Note that C1.C1Preview.C1PrintDocument.AllowNonReflowableDocs property on the document must be set to true for this method to work; otherwise, an exception will occur. (Inherited from C1.C1Preview.C1PrintDocument) |
| NewPage(PageLayout) | Creates a new page and adds it to the document. (Inherited from C1.C1Preview.C1PrintDocument) |
| NewPage() | Creates a new page and adds it to the document. (Inherited from C1.C1Preview.C1PrintDocument) |