get_EraserRemovesObjectImmediately Method
Gets a value indicating whether eraser must remove object immediately when mouse cursor hovers object.
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationVisualToolJS();
var value; // Type: boolean
value = instance.get_EraserRemovesObjectImmediately();
function get_EraserRemovesObjectImmediately() : boolean;
Return Value
True - eraser must remove object immediately when mouse cursor hovers object; False - eraser must remove object only when user releases the mouse button. Default value is True.