In This Topic
Sets the current visual tool of the viewer.
Syntax
var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
var returnValue; // Type: any
// Parameters
var tool; // Type: WebVisualToolJS
returnValue = instance.set_VisualTool(tool);
Parameters
- tool
- WebVisualToolJS object OR null. Default value is null.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also