ScanFix Xpress v9.0 for .NET - Updated
AutoCorrectInverseText Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : AutoCorrectInverseText Method
Automatically detects areas with white text on black background, such as table column headers or guide text, and negate them so that text is black and background is white.
Syntax
'Declaration
 
Public Function AutoCorrectInverseText() As AutoInverseTextResults
'Usage
 
Dim instance As ScanFix
Dim value As AutoInverseTextResults
 
value = instance.AutoCorrectInverseText()
public AutoInverseTextResults AutoCorrectInverseText()
public: AutoInverseTextResults* AutoCorrectInverseText(); 
public:
AutoInverseTextResults^ AutoCorrectInverseText(); 

Return Value

An AutoInverseTextResults object containing information about the results of the automatic text inversion process.
Exceptions
ExceptionDescription
Thrown when image type is unsupported.
Thrown when operation failed.
Remarks

Note:Use this function if you wish to correct inverse text without setting paramaters

See Also

Reference

ScanFix Class
ScanFix Members

Is this page helpful?
Yes No
Thanks for your feedback.