get_SelectedItemPenColor Method
Gets a color of pen that should be used for drawing the outline of the highlighted image region in the image viewer.
var instance = new Vintasoft.Imaging.UI.VisualTools.WebHighlightToolJS();
var value; // Type: string
value = instance.get_SelectedItemPenColor();
function get_SelectedItemPenColor() : string;
Return Value
Color. Default value is "rgba(0,128,0,0.75)".