VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Annotation Namespace / WebAnnotationViewCollectionJS type / toArray Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    toArray Method
    In This Topic
    Returns the array that contains annotations.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.WebAnnotationViewCollectionJS();
    
    var value; // Type: object[]
    value = instance.toArray();
    
    
    function toArray() : object[];
    

    Return Value

    The array that contains annotations.
    Browser Compatibility
    56+
    45+
    11
    See Also