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: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public int AddPage()

Return Value

Int32
The 1-based number of the newly added page

See Also