VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementStateCollectionJS type / toArray Property
Syntax BrowserCompatibility SeeAlso
In This Topic
toArray Method
In This Topic
Returns the collection as array of WebUiElementStateJS objects.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementStateCollectionJS(states);

var value; // Type: Vintasoft.Imaging.UI.UIElements.WebUiElementStateJS[]
value = instance.toArray();

Return Value

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