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

var value; // Type: number
value = instance.get_MaxBorderNoise();

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