Overload List
Name | Description | |
---|---|---|
InsertPage(Int32, PdfPage) |
Inserts the specified page into the document pages collection given by the Pages property at the specified index.
The page to be added is allowed to be from another document.
The source document of the page to be inserted must remain opened until the
current document is saved.
| |
InsertPage(Int32, PdfPageSize, Margins, PdfPageOrientation) |
Creates a new PDF page with the specified size, margins and orientation and inserts it into the collection
at the specified index.
|
See Also