ImageGear .NET v25.1 - Updated
Code Property (ImGearOCRLetter)




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCRLetter Class : Code Property
Gets the character. This is the first choice of the recognition or a special code 0xfffd for rejected characters.
Syntax
'Declaration
 
Public ReadOnly Property Code As Char
'Usage
 
Dim instance As ImGearOCRLetter
Dim value As Char
 
value = instance.Code
public char Code {get;}
public: __property char get_Code();
public:
property char Code {
   char get();
}
See Also

Reference

ImGearOCRLetter Class
ImGearOCRLetter Members