PdfPageCollection Class | 
Namespace: RadPdf.Data.Document.Pages
The PdfPageCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | 
            Gets the number of elements contained in the PdfPageCollection.
              | |
| IsReadOnly | 
            Gets a value indicating whether the PdfPageCollection is read-only.
              | |
| Item | 
            Gets the PdfPage at the specified index.
              | |
| PageCount | 
            Gets the number of pages in this document.
              | 
| Name | Description | |
|---|---|---|
| Add | 
            Adds a PdfPage to the PdfPageCollection.
              | |
| Clear | 
            Removes all items from the PdfPageCollection.
              | |
| Contains | 
            Determines whether the PdfPageCollection contains a specific PdfPage  | |
| CopyTo | 
            Copies the elements of the PdfPageCollection to an Array, starting at a particular Array index.
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| GetEnumerator | 
            Returns an enumerator that iterates through a PdfPageCollection. 
              | |
| GetHashCode | Serves as the default hash function.  (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| IndexOf | 
            Determines the index of a specific PdfPage in the PdfPageCollection.
              | |
| Page | 
            Get the document page with the given page number (1 based index).
              | |
| Remove | 
            Removes the first occurrence of a specific PdfPage from the PdfPageCollection.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |