set_AutomaticalInvert Method
In This Topic
Sets an automatic inversion command.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebOcrPreprocessingCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebAutoInvertCommandJS
returnValue = instance.set_AutomaticalInvert(value);
function set_AutomaticalInvert(
: WebAutoInvertCommandJS
) : any;
Parameters
- value
- An instance of WebAutoInvertCommandJS class. By default automatic inversion is used.
Browser Compatibility
See Also