VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationDataController Class
In This Topic
AnnotationDataController Class Methods
In This Topic
For a list of all methods of this type, see AnnotationDataController.
Public Methods
 NameDescription
Public MethodOverloaded. Burns an annotation collection on image, disposes annotations of image and clears the annotation collection of image.
Public MethodOverloaded. Clones the image with annotations and insert it at specified index. (Inherited from AnnotationDataControllerBase)
Public MethodReleases all resources used by the AnnotationDataController. (Inherited from AnnotationDataControllerBase)
Public MethodOverloaded. Returns the object associated with the specified . (Inherited from AnnotationDataControllerBase)
Public MethodReturns the VintasoftImage object associated with the specified AnnotationDataCollection. (Inherited from AnnotationDataControllerBase)
Public MethodReturns cloned image with drawn annotations. (Inherited from AnnotationDataControllerBase)
Public MethodReturns a value indicating whether the annotation collection for specified image is loaded. (Inherited from AnnotationDataControllerBase)
Public Methodstatic (Shared in Visual Basic)Overloaded. Rotates the image and annotation data collection by a specified angle.
Protected Methods
 NameDescription
Protected MethodCreates an empty annotation data collection. (Inherited from AnnotationDataControllerBase)
Protected MethodLoads the annotations of specified image.
Protected MethodAn exception occurs during deserialization of annotation data collection. (Inherited from AnnotationDataControllerBase)
Protected MethodAn annotation data collection is added to the controller. (Inherited from AnnotationDataControllerBase)
Protected MethodAn annotation data collection is removed from the controller. (Inherited from AnnotationDataControllerBase)
Protected MethodSubscribes to the image events.
Protected MethodUnsubscribes from the image events.
See Also