VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebHighlightToolJS type / set_SelectedItemPenColor Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_SelectedItemPenColor Method
    In This Topic
    Sets a color of pen that should be used for drawing the outline of the highlighted image region in the image viewer.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebHighlightToolJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var color; // Type: string
    
    returnValue = instance.set_SelectedItemPenColor(color);
    
    
    function set_SelectedItemPenColor(
    color
    Color. Default value is "rgba(0,128,0,0.75)".
    : string
    ) : any;

    Parameters

    color
    Color. Default value is "rgba(0,128,0,0.75)".
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also