In This Topic
Returns visual tool by ID of the visual tool type.
Syntax
var instance = new Vintasoft.Imaging.UI.WebDocumentViewerBaseJS(settings);
var value; // Type: Vintasoft.Imaging.UI.VisualTools.WebVisualToolJS
// Parameters
var id; // Type: string
value = instance.getVisualToolById(id);
Parameters
- id
- The ID of the visual tool type.
Return Value
An instance of
WebVisualToolJS class.
Exceptions
Exception | Description |
| Thrown if WebVisualToolJS element with specified ID is not found OR cannot be created. |
Browser Compatibility
See Also