VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementContainerJS type / getItem Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
getItem Method
In This Topic
Returns item.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementContainerJS(items, settings);

var value; // Type: Vintasoft.Imaging.UI.UIElements.WebUiElementJS

// Parameters
var index; // Type: number

value = instance.getItem(index);

Parameters

index
Zero-based index of item in items collection.

Return Value

Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if index is less than zero or index is equal to or greater than collection length.
Browser Compatibility
56+
45+
11
See Also