set_MaxLevelDifference Method
In This Topic
Sets the sensibility of dark pixels in light regions for adaptive binarization mode.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebBinarizeCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_MaxLevelDifference(value);
function set_MaxLevelDifference(
: number
) : any;
Parameters
- value
- Sensibility of dark pixels. Valid values are from -765 to 765. Default value is -115.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also