AddPage | Adds a new page with the default size, orientation and margins to the end of this document |
AddPage(PdfMargins) | Adds a new page with the default size and orientation and the given margins to the end of this document |
AddPage(PdfPageSize, PdfMargins) | Adds a new page with the default orientation and the given size and margins to end of this document |
AddPage(PdfPageSize, PdfMargins, PdfPageOrientation) | Adds a new page with the given size, margins and orientation at the end of this document |
AddPage(PdfPageSize, PdfMargins, PdfPageOrientation, PdfPageRotation) | Adds a new page with the given size, margins, orientation and rotation at the end of this document |