Gets or sets the character code (value).
public char Code { get; set; }
Public Property Code As Char
public char Code {get; set;}
@property (nonatomic, assign) wchar_t code
public char getCode()
public void setCode(char value)
<br/>get_Code();<br/>set_Code(value);<br/>Object.defineProperty('Code');
The character code (value) of the first guess of the recognition, or zero (0) signaling that the OCR engine could not recognize the character (rejected character).
The confidence of the character code value is expressed in a value of 0 (worst) to 100 (best) in the Confidence property.
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.SaveAsync, IOcrDocument.SaveXml or or IOcrDocument.SaveXmlAsync.
For an example, refer to IOcrPage.GetRecognizedCharacters.
IOcrPage.SetRecognizedCharacters
IOcrPage.GetRecognizedCharacters
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET