VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebVisualToolFabricJS type / unregisterTool Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
unregisterTool Method
In This Topic
Unregisters the visual tool type.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebVisualToolFabricJS();

var value; // Type: any

// Parameters
var id; // Type: string

value = instance.unregisterTool(id);

Parameters

id
The ID of the visual tool type.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if element ID is empty string.
Browser Compatibility
56+
45+
11
See Also