'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.