VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationCommentCollectionJS type / get_Count Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Count Method
    In This Topic
    Gets count of elements in collection.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationCommentCollectionJS(parent);
    
    var value; // Type: number
    value = instance.get_Count();
    
    
    function get_Count() : number;
    

    Return Value

    Count of elements in collection.
    Browser Compatibility
    56+
    45+
    11
    See Also