VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomAnnotationDataCollection Class
In This Topic
DicomAnnotationDataCollection Class Methods
In This Topic
For a list of all methods of this type, see DicomAnnotationDataCollection.
Public Methods
 NameDescription
Public MethodAdds an object to the end of the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.AnnotationData>)
Public MethodAdds the annotations from the specified System.IO.Stream to the end of the collection using specified image resolution. (Inherited from AnnotationDataCollection)
Public MethodAdds the elements of the specified array to the end of the collection. (Inherited from AnnotationDataCollection)
Public MethodBrings the annotation data to the first position in the collection. (Inherited from AnnotationDataCollection)
Public MethodBrings the annotation data to the last position in the collection. (Inherited from AnnotationDataCollection)
Public MethodRemoves all elements from the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.AnnotationData>)
Public MethodRemoves and disposes all elements of the collection. (Inherited from AnnotationDataCollection)
Public MethodCreates a new object that is a copy of the current instance. (Inherited from AnnotationDataCollection)
Public MethodDetermines whether an element is in the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.AnnotationData>)
Public MethodCopies the entire System.Collections.ObjectModel.Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.AnnotationData>)
Public MethodReleases all resources used by the AnnotationDataCollection. (Inherited from AnnotationDataCollection)
Public MethodReturns an enumerator that iterates through the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.AnnotationData>)
Public MethodSearches for the specified object and returns the zero-based index of the first occurrence within the entire System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.AnnotationData>)
Public MethodInserts an element into the System.Collections.ObjectModel.Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.AnnotationData>)
Public MethodRemoves the first occurrence of a specific object from the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.AnnotationData>)
Public MethodRemoves the element at the specified index of the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.AnnotationData>)
Public MethodOverloaded. Sorts the elements in a range of elements in using the specified comparer. (Inherited from AnnotationDataCollection)
Public MethodSwaps two elements in the collection. (Inherited from AnnotationDataCollection)
Public MethodCopies the elements of AnnotationDataCollection to a new array. (Inherited from AnnotationDataCollection)
Public MethodApplies a transformation to all annotations in collection. (Inherited from AnnotationDataCollection)
Protected Methods
 NameDescription
Protected MethodRemoves all elements from the collection. (Inherited from AnnotationDataCollection)
Protected MethodInserts an element into the collection at the specified index.
Protected MethodAn exception occurs during deserialization of annotation data collection. (Inherited from AnnotationDataCollection)
Protected MethodRemoves the element at the specified index of the collection. (Inherited from AnnotationDataCollection)
Protected MethodReplaces the element at the specified index.
See Also