VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementCollectionJS type / toArray Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    toArray Method
    In This Topic
    Returns the collection as array.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementCollectionJS(items, readOnly);
    
    var value; // Type: Vintasoft.Imaging.UI.UIElements.WebUiElementJS[]
    value = instance.toArray();
    
    
    function toArray() : WebUiElementJS[];
    

    Return Value

    Array of WebUiElementJS objects.
    Browser Compatibility
    56+
    45+
    11
    See Also