VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationVisualToolJS type / set_EraserColor Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_EraserColor Method
In This Topic
Sets the eraser color.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationVisualToolJS();

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_EraserColor(value);

Parameters

value
The eraser color. The default value is "rgba(211,211,211,0.5)".
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also