set_HalftoneRemoval Method
In This Topic
Sets a command that detects and removes halftones.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebOcrPreprocessingCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebHalftoneRemovalCommandJS
returnValue = instance.set_HalftoneRemoval(value);
function set_HalftoneRemoval(
: WebHalftoneRemovalCommandJS
) : any;
Parameters
- value
- An instance of WebHalftoneRemovalCommandJS class. By default command is used.
Browser Compatibility
See Also