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