←Select platform

GetStateRecognitionCharacter Method

Summary

Gets the character used to represent an OMR state in the output document.

Syntax
C#
VB
Objective-C
C++
Java
public char GetStateRecognitionCharacter( 
   OcrOmrZoneState state 
) 
Function GetStateRecognitionCharacter( _ 
   ByVal state As OcrOmrZoneState _ 
) As Char 
- (unichar)recognitionCharacterForState:(LTOcrOmrZoneState)state 
public char getStateRecognitionCharacter(OcrOmrZoneState 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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly