ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDocument Class / Pages Property




In This Topic
Pages Property (ImGearDocument)
In This Topic
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