ImageGear .NET - Updated November 28, 2017
Code Property (ImGearRecLetter)




ImageGear23.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecLetter Class : Code Property
Gets or sets the character code in UNICODE. This is the first choice of the recognition or a special code 0xfffd for rejected characters.
Syntax
'Declaration
 
Public Property Code As Char
 
'Usage
 
Dim instance As ImGearRecLetter
Dim value As Char
 
instance.Code = value
 
value = instance.Code

Property Value

Character code in Unicode.
See Also

Reference

ImGearRecLetter Class
ImGearRecLetter Members