In This Topic
Sets a binarization command mode that must be applied to a not-black-white images.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebHolePunchFillingCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebBinarizeCommandJS
returnValue = instance.set_Binarization(value);
function set_Binarization(
: WebBinarizeCommandJS
) : any;
Parameters
- value
- An instance of WebBinarizeCommandJS class.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also