ImageGear .NET - Updated July 5, 2018
Pages Property (ImGearDocument)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearDocument Class : Pages Property
Gets the list of pages available in the document.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Pages As ImGearDocumentPageArray
 
'Usage
 
Dim instance As ImGearDocument
Dim value As ImGearDocumentPageArray
 
value = instance.Pages

Property Value

ImGearDocumentPageArray class object.
Remarks
Returns a modifiable list of pages available in the document.
See Also

Reference

ImGearDocument Class
ImGearDocument Members
ImGearDocumentPageArray Class