ImageGear .NET - Updated
Code Property (ImGearRecLetter)




ImageGear24.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
public char Code {get; set;}
public: __property char get_Code();
public: __property void set_Code( 
   char value
);
public:
property char Code {
   char get();
   void set (    char value);
}

Property Value

Character code in Unicode.
See Also

Reference

ImGearRecLetter Class
ImGearRecLetter Members