←Select platform

GuessCode3 Property

Summary

Gets or sets the third guess of the recognition, if any.

Syntax
C#
VB
Objective-C
C++
Java
public char GuessCode3 { get; set; } 
Public Property GuessCode3 As Char 
@property (nonatomic, assign) unichar guessCode3; 
public char getGuessCode3() 
public void setGuessCode3(char value) 
public: 
property char GuessCode3 { 
   char get(); 
   void set (    char ); 
} 

Property Value

The character code (value) of the third guess of the recognition, or zero (0) if none is determined.

Remarks

To get the recognized characters of a page, call IOcrPage.GetRecognizedCharacters after IOcrPage.Recognize.

To update the recognized characters of a page, call IOcrPage.GetRecognizedCharacters before calling IOcrDocument.Save or IOcrDocument.SaveXml.

✎ NOTE

The following properties are not supported in the LEADTOOLS OCR Module – OmniPage Engine and OmniPage Arabic Engine.

Changing the values of these properties in the LEADTOOLS OCR Module – OmniPage Engine and OmniPage Arabic Engine will have no effect on the final document.

Example

For an example, refer to IOcrPage.GetRecognizedCharacters.

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