NewPage Method (GdPicturePDF)
In This Topic
Adds a new page specified by its size into the currently loaded PDF document as the last page.
Overload List
Overload | Description |
NewPage(Single,Single) | Adds a new page according to the specified page size, expressed in the current units, into the currently loaded PDF document.
The new empty page is added at the end of the document as the last page and it is automatically selected as the current page. |
NewPage(PdfPageSizes) | Adds a new page according to the required predefined page size into the currently loaded PDF document. The new empty page is added at the end of the document
as the last page and it is automatically selected as the current page. |
See Also