ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRLetter Class / Code Property




In This Topic
    Code Property (ImGearOCRLetter)
    In This Topic
    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