VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebHighlightToolJS type / addItems Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
addItems Method
In This Topic
Adds the image regions that should be highlighted in the image viewer
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebHighlightToolJS();

var value; // Type: any

// Parameters
var highlightObjects; // Type: WebHighlightObjectsJS

value = instance.addItems(highlightObjects);

Parameters

highlightObjects
Collection of objects (instance of the WebHighlightObjectsJS class) that defines image regions which should be highlighted in the image viewer.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also