set_MinLevelDifference Method
In This Topic
Sets the sensibility of light pixels in dark 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_MinLevelDifference(value);
function set_MinLevelDifference(
: number
) : any;
Parameters
- value
- Sensibility of dark pixels. Valid values are from -765 to 765. Default value is 0.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also