VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebMagnifierToolJS type / get_ShowVisualTools Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ShowVisualTools Method
    In This Topic
    Gets a value indicating whether the magnifier must show visual tools, i.e. show image with annotations or interactive fields in magnifier.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebMagnifierToolJS();
    
    var value; // Type: boolean
    value = instance.get_ShowVisualTools();
    
    
    function get_ShowVisualTools() : boolean;
    

    Return Value

    True - magnifier must show visual tools, which are stored after magnifier in composite visual tool; false - magnifier must NOT show visual tools, which are stored after magnifier in composite visual tool.
    Default value is true.
    Browser Compatibility
    56+
    45+
    11
    See Also