ImageGear23.Core Assembly > ImageGear.Core Namespace > ImGearDocumentPageArray Class : GetEnumerator Method |
'Declaration Public Function GetEnumerator() As IEnumerator
'Usage Dim instance As ImGearDocumentPageArray Dim value As IEnumerator value = instance.GetEnumerator()
public IEnumerator GetEnumerator()
public: IEnumerator* GetEnumerator();
public: IEnumerator^ GetEnumerator();
IEnumerator
that can be used to iterate through the page array.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.