ScanFix Xpress v9.0 for .NET - Updated
CorrectInverseText() Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > CorrectInverseText Method : CorrectInverseText() Method
Detects and removes (reverses) inverse (white on black) text in a bitonal image.
Syntax
'Declaration
 
Public Overloads Function CorrectInverseText() As InverseTextResults
'Usage
 
Dim instance As ScanFix
Dim value As InverseTextResults
 
value = instance.CorrectInverseText()
public InverseTextResults CorrectInverseText()
public: InverseTextResults* CorrectInverseText(); 
public:
InverseTextResults^ CorrectInverseText(); 

Return Value

An InverseTextResults object containing information about the results of the inverse text correction process.
Exceptions
ExceptionDescription
Thrown when image type is unsupported.
Thrown when operation failed.
Remarks

Use this function if the default control parameters are adequate.

See Also

Reference

ScanFix Class
ScanFix Members
Overload List

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