getAllRegisteredVisualToolIds Method
Returns all identifiers of registered visual tools.
var instance = new Vintasoft.Imaging.UI.WebDocumentViewerBaseJS(settings);
var value; // Type: string[]
value = instance.getAllRegisteredVisualToolIds();
function getAllRegisteredVisualToolIds() : string[];
Return Value
An array, which contains identifiers of all registered visual tools.