VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomAnnotationDataCollection Class
Constructors Properties Methods Events SeeAlso
In This Topic
    DicomAnnotationDataCollection Class Members
    In This Topic
    The following tables list the members exposed by DicomAnnotationDataCollection.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the DicomAnnotationDataCollection class.
    Public Properties
     NameDescription
    Public PropertyGets the number of elements actually contained in the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.AnnotationData>)
    Public PropertyGets a DICOM referenced image associated with all DICOM annotations of this collection.
    Public PropertyGets or sets the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.AnnotationData>)
    Protected Properties
    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.
    Public Events
     NameDescription
    Public EventOccurs when an exception occurs during deserialization of annotation data collection. (Inherited from AnnotationDataCollection)
    Public EventOccurs when the collection is changed. (Inherited from AnnotationDataCollection)
    Public EventOccurs when the collection is changing. (Inherited from AnnotationDataCollection)
    Public EventOccurs when property of AnnotationData from the collection is changed. (Inherited from AnnotationDataCollection)
    Public EventOccurs when property of AnnotationData from the collection is changing. (Inherited from AnnotationDataCollection)
    See Also