HiQPdf Documentation

PdfDocumentAddPage Method

HiQPdf Client for .NET Core
Overload List

  NameDescription
Public methodAddPage
Adds a new page with the default size, orientation and margins to the end of this document
Public methodAddPage(PdfMargins)
Adds a new page with the default size and orientation and the given margins to the end of this document
Public methodAddPage(PdfPageSize, PdfMargins)
Adds a new page with the default orientation and the given size and margins to end of this document
Public methodAddPage(PdfPageSize, PdfMargins, PdfPageOrientation)
Adds a new page with the given size, margins and orientation at the end of this document
Public methodAddPage(PdfPageSize, PdfMargins, PdfPageOrientation, PdfPageRotation)
Adds a new page with the given size, margins, orientation and rotation at the end of this document
Top
See Also

Reference