Creates a new page and adds it into the collection.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfNewPage Add()
Public Function Add As PdfNewPage
public:
PdfNewPage^ Add()
member Add : unit -> PdfNewPage 

Return Value

PdfNewPage
The new page.

See Also