HiQPdf Documentation

PdfDocumentAddPage Method

Quickly Create High Quality PDFs
Overload List

  NameDescription
Public methodAddPage
Adds a new page with the default size, orientation and margins to the end of this document
Public methodAddPage(PdfDocumentMargins)
Adds a new page with the default size and orientation and the given margins to the end of this document
Public methodAddPage(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
Public methodAddPage(PdfPageSize, PdfDocumentMargins)
Adds a new page with the default orientation and the given size and margins to end of this document
Public methodAddPage(PdfPageSize, PdfDocumentMargins, PdfPageOrientation)
Adds a new page with the given size, margins and orientation at the end of this document
Top
See Also

Reference