VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationVisualToolJS type / get_EraserWidth Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_EraserWidth Method
    In This Topic
    Gets the eraser width.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationVisualToolJS();
    
    var value; // Type: number
    value = instance.get_EraserWidth();
    
    
    function get_EraserWidth() : number;
    

    Return Value

    The eraser width. The minimum value is 1, the maximum value is 100, the default value is 20.
    Browser Compatibility
    56+
    45+
    11
    See Also