VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationVisualToolJS type / set_EraserWidth Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_EraserWidth Method
    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(
    value
    The eraser width. The minimum value is 1, the maximum value is 100, the default value is 20.
    : number
    ) : any;

    Parameters

    value
    The eraser width. The minimum value is 1, the maximum value is 100, the default value is 20.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also