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
See Also