VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageCollectionJS type / toArray Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    toArray Method
    In This Topic
    Returns the collection as array of WebImageJS objects.
    Syntax
    var instance = new Vintasoft.Shared.WebImageCollectionJS();
    
    var value; // Type: Vintasoft.Shared.WebImageJS[]
    value = instance.toArray();
    
    
    function toArray() : WebImageJS[];
    

    Return Value

    Array of WebImageJS objects.
    Browser Compatibility
    9
    See Also