PdfPagesCollectionAddPage Method

Adds a new page with the default size, orientation and margins to the end of this collection

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfPage AddPage()

Return Value

PdfPage
The newly created PDF page.

See Also