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

    Determines whether the collection contains a specific page.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public bool Contains(
        Page item
    )

    Parameters

    Name Type Description
    item Page

    The page to locate in the collection.

    Returns

    Type Description
    Boolean

    true if the page is found in the collection; otherwise, false.

    Implements

    See Also