In This Topic
Sets the eraser width.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationVisualToolJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_EraserWidth(value);
function set_EraserWidth(
: number
) : any;
Parameters
- value
- The eraser width. The minimum value is 1, the maximum value is 100, the default value is 20.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also