VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebSmoothingCommandJS type / get_BumpSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_BumpSize Method
    In This Topic
    Gets the maximum size, in pixels, of the bumps to be removed.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebSmoothingCommandJS();
    
    var value; // Type: number
    value = instance.get_BumpSize();
    
    
    function get_BumpSize() : number;
    

    Return Value

    Maximum size, in pixels, of the bumps to be removed. Valid values are from 1 to 512. Default value is 1.
    Browser Compatibility
    56+
    45+
    11
    See Also