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

    Return Value

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