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

    Returns the zero-based index of the first occurrence of a page in the collection.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public int IndexOf(
        Page item
    )

    Parameters

    Name Type Description
    item Page

    The page to locate in the collection.

    Returns

    Type Description
    Int32

    The zero-based index of the first occurrence of the item within the collection; otherwise, –1.

    Implements

    See Also