Gets the newly added page.

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 Page { get; }
Public ReadOnly Property Page As PdfNewPage
	Get
public:
property PdfNewPage^ Page {
	PdfNewPage^ get ();
}
member Page : PdfNewPage with get

Property Value

PdfNewPage
a object representing the page which is added in the document.

See Also