In This Topic
Sets the radius of the local window for adaptive binarization mode.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebBinarizeCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_WindowRadius(value);
function set_WindowRadius(
: number
) : any;
Parameters
- value
- Radius of the local window. Valid values are from 0 to 256. Default value is 15.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also