Overload List
Name | Description | |
---|---|---|
AddPageAtIndex(Int32, PdfPage) |
Adds an existing page at the given index. The first page index is 0.
When the page is from another document that document must remain open until this document is saved
| |
AddPageAtIndex(Int32, PdfPageSize, PdfDocumentMargins, PdfPageOrientation) |
Adds a new page with the given size, margins and orientation at the given index. The first page index is 0
|
See Also