PdfPageCollection Methods |
The PdfPageCollection type exposes the following members.
| 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.) |