| PdfDocumentPages Property |
Gets the collection of Pages found in the PDF document.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public PdfPageCollection Pages { get; }
Public ReadOnly Property Pages As PdfPageCollection
Get
public:
property PdfPageCollection^ Pages {
PdfPageCollection^ get ();
}
member Pages : PdfPageCollection with get
/** @property */
public PdfPageCollection get_Pages()
Property Value
PdfPageCollectionRemarks Page loaded into memory when you first access to any method or a property of an object and unloaded from memory when calling the Dispose method
See Also