Name | Description | |
---|---|---|
![]() | ImagePageCollection<T> | Initializes a new instance of the ImagePageCollection<T> class. |
Name | Description | |
---|---|---|
![]() | ImagePageCollection<T> | Initializes a new instance of the ImagePageCollection<T> class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of pages contained in the page collection of the image file. |
![]() | IsReadOnly | Gets a value indicating whether the page collection of the image file is read-only. |
![]() | Item | Gets or sets the page at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds a page to the collection. |
![]() | Clear | Removes all items from the collection. |
![]() | Contains | Determines whether the collection contains a specific page. |
![]() | CopyTo | Copies the elements 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 item in the collection. |
![]() | Insert | Overloaded. Inserts a page with |
![]() | Remove | Removes the first occurrence of a specific page from the collection. |
![]() | RemoveAt | Overloaded. Removes the collection items from specified indices. |
![]() | ToArray | Copies the elements of the collection to a new array. |