VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebDocumentViewerBaseJS type / getAllStandardRegisteredVisualToolIds Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getAllStandardRegisteredVisualToolIds Method
    In This Topic
    Returns identifiers of "standard" registered WebVisualToolJS.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebDocumentViewerBaseJS(settings);
    
    var value; // Type: string[]
    value = instance.getAllStandardRegisteredVisualToolIds();
    
    
    function getAllStandardRegisteredVisualToolIds() : string[];
    

    Return Value

    An array, which contains identifiers of "standard" registered visual tools.
    Browser Compatibility
    56+
    45+
    11
    See Also