Skip to main content
All docs
V26.1
  • PageCollection Class

    A collection of pages in a PDF document.

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public class PageCollection :
        IList<Page>,
        ICollection<Page>,
        IEnumerable<Page>,
        IEnumerable

    The following members return PageCollection objects:

    Inheritance

    Object
    PageCollection
    See Also