ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDocumentPageArray Class / GetEnumerator Method




In This Topic
GetEnumerator Method (ImGearDocumentPageArray)
In This Topic
Returns an enumerator that can iterate through the page array.
Syntax
'Declaration
 
Public Function GetEnumerator() As IEnumerator
 
'Usage
 
Dim instance As ImGearDocumentPageArray
Dim value As IEnumerator
 
value = instance.GetEnumerator()

Return Value

An IEnumerator that can be used to iterate through the page array.
Remarks
Note:

Enumerators only allow reading the data in the collection. Enumerators cannot be used to modify the underlying collection. Initially, the enumerator is positioned before the first element in the collection.

See Also