VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomPageCollection Class
Properties Methods SeeAlso
In This Topic
DicomPageCollection Class Members
In This Topic
The following tables list the members exposed by DicomPageCollection.
Public Properties
 NameDescription
Public PropertyGets the number of pages contained in the DICOM page collection.
Public PropertyGets a value indicating whether this DICOM page collection is read-only.
Public PropertyGets the page at the specified index.
Public Methods
 NameDescription
Public MethodOverloaded. Adds a page with to the collection. (Inherited from ImagePageCollection<T>)
Public MethodRemoves all items from the collection.
Public MethodDetermines whether the collection contains a specific page.
Public MethodCopies the elements of the collection to an Array, starting at a particular Array index.
Public MethodReturns an enumerator that iterates through a collection.
Public MethodDetermines the index of a specific item in the collection.
Public MethodOverloaded. Inserts a page with to the collection at the specified index. (Inherited from ImagePageCollection<T>)
Public MethodRemoves the first occurrence of a specific page from the collection.
Public MethodOverloaded. Removes the collection items from specified indices.
Public MethodReturns this DICOM page collection as array.
See Also