Accusoft.ScanFixXpress8.Net
CorrectInverseText(InverseTextOptions) Method




An object containing parameters that control the enhancement process.
Detects and removes (reverses) inverse (white on black) text in a bitonal image.
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
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)

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
System.ArgumentNullExceptionThrown when required argument value is null.
System.ArgumentOutOfRangeExceptionThrown when argument is out of range.
System.ComponentModel.InvalidEnumArgumentExceptionThrown when argument enum value is invalid.
ScanFixUnsupportedImageExceptionThrown when image type is unsupported.
ScanFixExceptionThrown 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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback