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




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > CorrectInverseText Method : CorrectInverseText(InverseTextOptions) Method
An object containing parameters that control the enhancement process.
Detect and remove (reverse) inverse (white on black) text in a bitonal image.
Syntax
'Declaration
 
Public Overloads Function CorrectInverseText( _
   ByVal options As InverseTextOptions _
) As InverseTextResults
'Usage
 
Dim instance As ScanFix
Dim options As InverseTextOptions
Dim value As InverseTextResults
 
value = instance.CorrectInverseText(options)
public InverseTextResults CorrectInverseText( 
   InverseTextOptions options
)
public: InverseTextResults* CorrectInverseText( 
   InverseTextOptions* options
) 
public:
InverseTextResults^ CorrectInverseText( 
   InverseTextOptions^ options
) 

Parameters

options
An object containing parameters that control the enhancement process.

Return Value

An InverseTextResults object containing information about the results of the inverse text correction process.
Exceptions
ExceptionDescription
Thrown when required argument value is null.
Thrown when argument is out of range.
Thrown when argument enum value is invalid.
Thrown when image type is unsupported.
Thrown when operation failed.
Remarks

Note: Use this function if you wish to modify the parameters controlling the enhancement.

See Also

Reference

ScanFix Class
ScanFix Members
Overload List

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