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

    Return Value

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