VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationDataControllerBase Class
Constructors Properties Methods Events SeeAlso
In This Topic
AnnotationDataControllerBase Class Members
In This Topic
The following tables list the members exposed by AnnotationDataControllerBase.
Protected Constructors
 NameDescription
Protected ConstructorInitializes a new instance of the AnnotationDataControllerBase class.
Public Properties
 NameDescription
Public PropertyGets the ImageCollection associated with this AnnotationDataController.
Public PropertyGets the AnnotationDataCollection object at the specified index.
Public Methods
 NameDescription
Public MethodOverloaded. Clones the image with annotations and insert it at specified index.
Public MethodReleases all resources used by the AnnotationDataController.
Public MethodOverloaded. Returns the object at the specified index.
Public MethodReturns the VintasoftImage object associated with the specified AnnotationDataCollection.
Public MethodReturns cloned image with drawn annotations.
Public MethodReturns a value indicating whether the annotation collection for specified image is loaded.
Protected Methods
 NameDescription
Protected MethodCreates an empty annotation data collection.
Protected MethodLoads the annotations of specified image.
Protected MethodAn exception occurs during deserialization of annotation data collection.
Protected MethodAn annotation data collection is added to the controller.
Protected MethodAn annotation data collection is removed from the controller.
Protected MethodSubscribes to the image events.
Protected MethodUnsubscribes from the image events.
Public Events
 NameDescription
Public EventOccurs when an exception occurs during deserialization of annotation data collection.
Public EventOccurs when an annotation data collection is added to the controller.
Public EventOccurs when an annotation data collection is removed from the controller.
See Also