VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebMagnifierToolJS type / set_ShowVisualTools Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_ShowVisualTools Method
    In This Topic
    Sets 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 returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_ShowVisualTools(value);
    
    
    function set_ShowVisualTools(
    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.
    : boolean
    ) : any;

    Parameters

    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