The methods of the PageCollection class are listed below. For a complete list of PageCollection class members, see the PageCollection Members topic.
![]() Equals (inherited from Object) | Determines whether the specified Object instances are considered equal. |
![]() ReferenceEquals (inherited from Object) | Determines whether the specified Object instances are the same instance. |
Add | Add a new or existing page to end of this collection. |
AddRange | Adds the entries in an array of Pages to the end of the PageCollection. |
Clear | Removes all pages from the PageCollection. |
CloneToArray | Overloaded. Clones this PageCollection with default clone settings. |
Contains | Determine whether an Page is in the PageCollection. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetEnumerator | Implements IEnumerable.GetEnumerator. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
IndexOf | Returns the zero-based index of the given page. |
Insert | Insert a new or existing page in this collection at the given index. |
InsertRange | Insert the entries in an array of Pages to the specific locations in the PageCollection. |
Move | Moves an existing page to an other position. |
Remove | Removes a page from the collection. |
RemoveAt | Removes a page from the collection. |
RemoveRange | Overloaded. Removes multiple pages from the collection. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
PageCollection Class | TallComponents.PDF Namespace