VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / get_VisualTool Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_VisualTool Method
    In This Topic
    Gets the current visual tool of the viewer.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var value; // Type: Vintasoft.Imaging.UI.VisualTools.WebVisualToolJS
    value = instance.get_VisualTool();
    
    
    function get_VisualTool() : WebVisualToolJS;
    

    Return Value

    WebVisualToolJS object OR null. Default value is null.
    Browser Compatibility
    56+
    45+
    11
    See Also