VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebHighlightToolJS type / selectItem Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    selectItem Method
    In This Topic
    Selects the specified image region.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebHighlightToolJS();
    
    var value; // Type: any
    
    // Parameters
    var item; // Type: WebHighlightObjectJS
    
    value = instance.selectItem(item);
    
    
    function selectItem(
    item : WebHighlightObjectJS
    ) : any;

    Parameters

    item
    WebHighlightObjectJS object.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if item is not contained in tool regions.
    Browser Compatibility
    56+
    45+
    11
    See Also