Gets the page of the source file.

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

Property Value

PdfPageBase

See Also