Skip to main content
All docs
V26.1
  • PageCollection.GetEnumerator() Method

    Returns an enumerator that iterates through the collection.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public IEnumerator<Page> GetEnumerator()

    Returns

    Type Description
    IEnumerator<Page>

    An enumerator that can be used to iterate through the collection.

    Implements

    See Also