VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / set_VisualTool Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_VisualTool Method
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
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also