Adds a new page with the given size, margins and orientation at the end of this document
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
public PdfPage AddPage( PdfPageSize size, PdfDocumentMargins margins, PdfPageOrientation orientation )
Parameters
- size
- Type: HiQPdfPdfPageSize
The page size in points - margins
- Type: HiQPdfPdfDocumentMargins
The page margins - orientation
- Type: HiQPdfPdfPageOrientation
The page orientation
Return Value
Type: PdfPageThe added page
See Also