VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewerJS type / get_AnnotationVisualTool Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_AnnotationVisualTool Method
    In This Topic
    Gets the annotation visual tool used for interaction with annotations.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewerJS(controlId);
    
    var value; // Type: Vintasoft.Imaging.Annotation.UI.WebAnnotationVisualToolJS
    value = instance.get_AnnotationVisualTool();
    
    
    function get_AnnotationVisualTool() : WebAnnotationVisualToolJS;
    

    Return Value

    WebAnnotationVisualToolJS tool used for interaction with annotations.
    Browser Compatibility
    56+
    45+
    11
    See Also