Gets the page of the booklet.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfPageBase PageInBooklet { get; }
Public ReadOnly Property PageInBooklet As PdfPageBase
	Get
public:
property PdfPageBase^ PageInBooklet {
	PdfPageBase^ get ();
}
member PageInBooklet : PdfPageBase with get

Property Value

PdfPageBase

See Also