Skip to main content
All docs
V26.1
  • PageCollection.Item[Int32] Property

    Gets or sets the page at the specified index.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public Page this[int index] { get; set; }

    Parameters

    Name Type Description
    index Int32

    The zero-based index of the page to obtain.

    Property Value

    Type Description
    Page

    The page at the specified index.

    Implements

    See Also