VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationVisualToolJS type / get_EraserRemovesObjectImmediately Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_EraserRemovesObjectImmediately Method
    In This Topic
    Gets a value indicating whether eraser must remove object immediately when mouse cursor hovers object.
    Syntax
    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.
    Browser Compatibility
    56+
    45+
    11
    See Also