Gets the pages.

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

Property Value

PdfSectionPageCollection

See Also