ImageGear v26.0 - Updated
Pages Property (ImGearPDFDocument)




ImageGear.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

Is this page helpful?
Yes No
Thanks for your feedback.