ImageGear21.Core Assembly > ImageGear.Core Namespace : ImGearDocumentPageArray Class |
The following tables list the members exposed by ImGearDocumentPageArray.
Name | Description | |
---|---|---|
Count | Gets the number of pages contained in the document. | |
IsFixedSize | Gets a value indicating whether the Array has a fixed size. | |
IsReadOnly | Gets a value indicating whether the Array is read-only. | |
IsSynchronized | Gets a value indicating whether access to the Array is synchronized (thread-safe). | |
Item | Gets or sets the page at the specified index. | |
SyncRoot | Gets an object that can be used to synchronize access to the Array. |
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. |