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