VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebBorderRemovalCommandJS type / get_MaxBorderNoise Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MaxBorderNoise Method
    In This Topic
    Gets permitted noise level, in percents, on the border of an image.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebBorderRemovalCommandJS();
    
    var value; // Type: number
    value = instance.get_MaxBorderNoise();
    
    
    function get_MaxBorderNoise() : number;
    

    Return Value

    Permitted noise level, in percents. Valid values are from 0 to 100. Default value is 0.
    Browser Compatibility
    56+
    45+
    11
    See Also