VintaSoft Imaging .NET SDK 14.0: 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);
    
    
    function addItems(
    highlightObjects
    Collection of objects (instance of the WebHighlightObjectsJS class) that defines image regions which should be highlighted in the image viewer.
    : WebHighlightObjectsJS
    ) : any;

    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