ImageGear23.Core Assembly > ImageGear.Core Namespace : ImGearDocumentPageArray Class |
For a list of all members of this type, see ImGearDocumentPageArray members.
Name | Description | |
---|---|---|
![]() | Add | Adds a new ImGearPage to the end of the array of pages. |
![]() | Clear | Removes all pages from the document. |
![]() | Clone | Performs a deep copy of the page array (i.e., clones the pages as well.). |
![]() | Contains | Tells whether the array contains a particular page. |
![]() | CopyTo | Copies all the pages from the current page array to the page array starting at the specified index. |
![]() | GetEnumerator | Returns an enumerator that can iterate through the page array. |
![]() | IndexOf | Returns the index of a page in the array. |
![]() | Insert | Inserts a page into the array at index position. |
![]() | Remove | Removes a page from the array. |
![]() | RemoveAt | This method removes page with specified index from the array. |