PageCollection.GetEnumerator() Method
Returns an enumerator that iterates through the collection.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Returns
| Type | Description |
|---|---|
| IEnumerator<Page> | An enumerator that can be used to iterate through the collection. |
Implements
See Also