InsertPage Method (GdPicturePDF)
In This Topic
Inserts a blank page specified by its size and its position into the currently loaded PDF document.
Overload List
Overload | Description |
InsertPage(Single,Single,Int32) | Inserts a new blank page according to the specified page size, expressed in the current units, and the page position into the currently loaded PDF document.
The newly inserted page is automatically selected as the current page. |
InsertPage(PdfPageSizes,Int32) | Inserts a new blank page according to the required predefined page size and the page position into the currently loaded PDF document. The newly
inserted page is automatically selected as the current page. |
See Also