VintaSoft Imaging .NET SDK 14.0: 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 Property (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 Property (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.AnnotationData>)
    Protected Properties
    Public Methods
     NameDescription
    Public Method (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 Method (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 Method (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.AnnotationData>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.AnnotationData>)
    Public MethodReleases all resources used by the AnnotationDataCollection. (Inherited from AnnotationDataCollection)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.AnnotationData>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.AnnotationData>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.AnnotationData>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.AnnotationData>)
    Public Method (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