Name | Description | |
---|---|---|
![]() | Count | Gets the number of pages contained in the DICOM page collection. |
![]() | IsReadOnly | Gets a value indicating whether this DICOM page collection is read-only. |
![]() | Item | Gets the page at the specified index. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of pages contained in the DICOM page collection. |
![]() | IsReadOnly | Gets a value indicating whether this DICOM page collection is read-only. |
![]() | Item | Gets the page at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds a page with |
![]() | 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 | Returns this DICOM page collection as array. |