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

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_MaxBorderNoise(value);

Parameters

value
Permitted noise level, in percents. Valid values are from 0 to 100. Default value is 0.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also