Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

GetStateRecognitionCharacter Method








The OMR state for this character.
Gets the character used to represent an OMR state in the output document.
Syntax
char GetStateRecognitionCharacter( 
   OcrOmrZoneState state
)
'Declaration
 
Function GetStateRecognitionCharacter( _
   ByVal state As OcrOmrZoneState _
) As Char
'Usage
 
Dim instance As IOcrOmrOptions
Dim state As OcrOmrZoneState
Dim value As Char
 
value = instance.GetStateRecognitionCharacter(state)
char GetStateRecognitionCharacter( 
   OcrOmrZoneState state
)
- (unichar)recognitionCharacterForState:(LTOcrOmrZoneState)state
public char getStateRecognitionCharacter(OcrOmrZoneState state)
function Leadtools.Forms.Ocr.IOcrOmrOptions.GetStateRecognitionCharacter( 
   state 
)
char GetStateRecognitionCharacter( 
   OcrOmrZoneState state
) 

Parameters

state
The OMR state for this character.

Return Value

A Char that indicates the character used to represent the given OMR state in the output document.
Remarks

OMR stands for Optical Mark Recognition. For more information refer to Using OMR in LEADTOOLS .NET OCR.

You can get the current values using the GetStateRecognitionCharacter method, you can also change them using the SetStateRecognitionCharacter method. If you do not want any OMR characters to show up in the final document, you can set all state characters to ' ' (a space character).

Example
For an example, refer to IOcrOmrOptions.
Requirements

Target Platforms

See Also

Reference

IOcrOmrOptions Interface
IOcrOmrOptions Members
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
Programming with the LEADTOOLS .NET OCR
Using OMR in LEADTOOLS .NET OCR
Unlocking Special LEAD Features

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features