unregisterVisualTool Method
In This Topic
Unregisters the visual tool type.
Syntax
var instance = new Vintasoft.Imaging.UI.WebDocumentViewerBaseJS(settings);
var value; // Type: any
// Parameters
var id; // Type: string
value = instance.unregisterVisualTool(id);
function unregisterVisualTool(
: string
) : any;
Parameters
- id
- The identifier of visual tool type.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if ID is empty string. |
Browser Compatibility
See Also