Click or drag to resize

PdfDocument AppendPage Method

Appends a new page to this one.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfPageBase AppendPage()

Return Value

Type: PdfPageBase
The new page.
See Also