PdfPagesCollectionAddPage(PdfPageSize, PdfDocumentMargins, PdfPageOrientation) Method
Adds a new page with the given size, margins and orientation at the end of this collection
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
public PdfPage AddPage(
PdfPageSize size,
PdfDocumentMargins margins,
PdfPageOrientation orientation
)
- size PdfPageSize
- The page size in points
- margins PdfDocumentMargins
- The page margins
- orientation PdfPageOrientation
- The page orientation
PdfPageThe added page