VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebOcrPreprocessingCommandJS type / get_AutomaticalInvert Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_AutomaticalInvert Method
In This Topic
Gets an automatic inversion command.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebOcrPreprocessingCommandJS();

var value; // Type: Vintasoft.Imaging.ImageProcessing.DocCleanup.WebAutoInvertCommandJS
value = instance.get_AutomaticalInvert();

Return Value

An instance of WebAutoInvertCommandJS class. By default automatic inversion is used.
Browser Compatibility
56+
45+
11
See Also