ImageGear for .NET
GetEnumerator Method
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearDocumentPageArray Class : GetEnumerator Method




Glossary Item Box

Returns an enumerator that can iterate through the page array.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.