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

    A collection of pages in a PDF document.

    Properties

    Name Description
    Count Gets the number of pages in the collection.
    IsReadOnly Indicates whether the collection is read-only.
    Item[Int32] Gets or sets the page at the specified index.

    Methods

    Name Description
    Add(Page) Adds a page to the collection.
    Add(DXPaperKind) Adds a page with the specified paper size to the collection.
    Add(Single, Single) Adds a page with the specified width and height to the document.
    Clear() Removes all pages from the collection.
    Contains(Page) Determines whether the collection contains a specific page.
    CopyTo(Page[], Int32) Copies the elements of the collection to an array, starting at a particular array index.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetEnumerator() Returns an enumerator that iterates through the collection.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    IndexOf(Page) Returns the zero-based index of the first occurrence of a page in the collection.
    Insert(Int32, Page) Inserts a page into the collection at the specified index.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    Remove(Page) Removes the first occurrence of a specific object from the collection.
    RemoveAt(Int32) Removes the element at the specified index of the collection.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also