PdfEditorAddPage Method

Adds a new blank page at the end of the document. The new page inherits the size of the last existing page

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public int AddPage()

Return Value

Int32
The 1-based number of the newly added page

See Also