ImageGear .NET v24.14 - Updated
GetEnumerator Method (ImGearDocumentPageArray)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearDocumentPageArray Class : GetEnumerator Method
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()
public IEnumerator GetEnumerator()
public: IEnumerator* GetEnumerator(); 
public:
IEnumerator^ 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

Reference

ImGearDocumentPageArray Class
ImGearDocumentPageArray Members