VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationCommentCollectionJS type / toArray Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    toArray Method
    In This Topic
    Returns an array that contains annotation comments of collection.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationCommentCollectionJS(parent);
    
    var value; // Type: Vintasoft.Imaging.Annotation.UI.WebAnnotationCommentJS[]
    value = instance.toArray();
    
    
    function toArray() : WebAnnotationCommentJS[];
    

    Return Value

    An array that contains annotation comments of collection.
    Browser Compatibility
    56+
    45+
    11
    See Also