Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds a page with |
![]() | Clear | Removes all pages from the collection. |
![]() | Contains | Determines whether the page collection contains a specific page. |
![]() | CopyTo | Copies pages of the collection to an Array, starting at a particular Array index. |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. |
![]() | IndexOf | Determines the index of a specific page in the page collection. |
![]() | Insert | Overloaded. Inserts a page with |
![]() | Remove | Removes the first occurrence of page from the page collection. |
![]() | RemoveAt | Overloaded. Removes the collection items from specified indices. |
![]() | Sort | Sorts pages of the collection. |
![]() | Swap | Swaps two pages in the collection. |
![]() | ToArray | Copies the elements of the collection to a new array. (Inherited from ImagePageCollection<T>) |