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