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()
Public Function AppendPage As PdfPageBase
public:
PdfPageBase^ AppendPage()
member AppendPage : unit -> PdfPageBase
Return Value
Type:
PdfPageBase
The new page.
See Also