VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationDataCollection Class
Constructors Properties Methods Events SeeAlso
In This Topic
    AnnotationDataCollection Class Members
    In This Topic
    The following tables list the members exposed by AnnotationDataCollection.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the 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 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.
    Public MethodAdds the elements of the specified array to the end of the collection.
    Public MethodBrings the annotation data to the first position in the collection.
    Public MethodBrings the annotation data to the last position in the collection.
    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.
    Public MethodCreates a new object that is a copy of the current instance.
    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.
    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.
    Public MethodSwaps two elements in the collection.
    Public MethodCopies the elements of AnnotationDataCollection to a new array.
    Public MethodApplies a transformation to all annotations in collection.
    Protected Methods
     NameDescription
    Protected MethodRemoves all elements from the collection.
    Protected MethodInserts an element into the collection at the specified index.
    Protected MethodAn exception occurs during deserialization of annotation data collection.
    Protected MethodRemoves the element at the specified index of the collection.
    Protected MethodReplaces the element at the specified index.
    Public Events
     NameDescription
    Public EventOccurs when an exception occurs during deserialization of annotation data collection.
    Public EventOccurs when the collection is changed.
    Public EventOccurs when the collection is changing.
    Public EventOccurs when property of AnnotationData from the collection is changed.
    Public EventOccurs when property of AnnotationData from the collection is changing.
    See Also