VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebVisualToolFabricJS type / getAllRegisteredIds Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getAllRegisteredIds Method
    In This Topic
    Returns all IDs of registered visual tools.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebVisualToolFabricJS();
    
    var value; // Type: string[]
    value = instance.getAllRegisteredIds();
    
    
    function getAllRegisteredIds() : string[];
    

    Return Value

    An array, which contains IDs of all registered visual tools.
    Browser Compatibility
    56+
    45+
    11
    See Also