set_HolePunchRemoval Method
In This Topic
Sets a command for removing hole punches.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebOcrPreprocessingCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebHolePunchRemovalCommandJS
returnValue = instance.set_HolePunchRemoval(value);
function set_HolePunchRemoval(
: WebHolePunchRemovalCommandJS
) : any;
Parameters
- value
- An instance of WebHolePunchRemovalCommandJS class. By default command is used.
Browser Compatibility
See Also