PdfPagesCollectionAddPage Method
Adds a new page with the default size, orientation and margins to the end of this collection
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
Public Function AddPage As PdfPage
public:
PdfPage^ AddPage()
member AddPage : unit -> PdfPage
Return Value
PdfPageThe newly created PDF page.