In This Topic
Sets the threshold for threshold binarization mode.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebBinarizeCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_Threshold(value);
function set_Threshold(
: number
) : any;
Parameters
- value
- Threshold. Valid values are from 0 to 765. Recommended value is 384. Default value is 384.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also