VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebInteractiveObjectCollectionJS type / removeItem Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
removeItem Method
In This Topic
Removes specified interactive object from the collection.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebInteractiveObjectCollectionJS(typeOfElements);

var value; // Type: any

// Parameters
var item; // Type: number

value = instance.removeItem(item);

Parameters

item
WebRectangularSelectionJS to remove.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if collection does not contains specified interactive object.
Browser Compatibility
56+
45+
11
See Also