PdfDocumentAddPage Method

Overload List

AddPage Adds a new page with the default size, orientation and margins to the end of this document
AddPage(PdfDocumentMargins) Adds a new page with the default size and orientation and the given margins to the end of this document
AddPage(PdfPage) Adds an existing page to the end of the PDF document. When the page is from another document that document must remain open until this document is saved
AddPage(PdfPageSize, PdfDocumentMargins) Adds a new page with the default orientation and the given size and margins to end of this document
AddPage(PdfPageSize, PdfDocumentMargins, PdfPageOrientation) Adds a new page with the given size, margins and orientation at the end of this document

See Also