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);
function getVisualToolById(
idThe ID of the visual tool type.: string
) : WebVisualToolJS;
Parameters
- id
- The ID of the visual tool type.
Return Value
An instance of WebVisualToolJS class.