VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebDocumentViewerBaseJS type / getAllRegisteredVisualToolIds Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getAllRegisteredVisualToolIds Method
    In This Topic
    Returns all identifiers of registered visual tools.
    Syntax
    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.
    Browser Compatibility
    56+
    45+
    11
    See Also