ImageGear .NET - Updated
Pages Property (ImGearPDFDocument)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDocument Class : Pages Property
Gets a collection of the document pages.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property Pages As ImGearDocumentPageArray
'Usage
 
Dim instance As ImGearPDFDocument
Dim value As ImGearDocumentPageArray
 
value = instance.Pages
public override ImGearDocumentPageArray Pages {get;}
public: __property ImGearDocumentPageArray* get_Pages() override;
public:
property ImGearDocumentPageArray^ Pages {
   ImGearDocumentPageArray^ get() override;
}

Property Value

ImGearPDFDocumentPageArray class object.
Remarks
This property provides access to the document page array.
See Also

Reference

ImGearPDFDocument Class
ImGearPDFDocument Members
ImGearPDFDictionary Class
ImGearPDFDocumentPageArray Class