SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Reader Class / UseOCRAFont Property




In This Topic
    UseOCRAFont Property
    In This Topic
    Gets or sets the value indicating the OCR-A font used.
    Syntax
    'Declaration
     
    
    Public Property UseOCRAFont As Boolean
    'Usage
     
    
    Dim instance As Reader
    Dim value As Boolean
     
    instance.UseOCRAFont = value
     
    value = instance.UseOCRAFont
    public bool UseOCRAFont {get; set;}
    public: __property bool get_UseOCRAFont();
    public: __property void set_UseOCRAFont( 
       bool value
    );
    public:
    property bool UseOCRAFont {
       bool get();
       void set (    bool value);
    }
    Remarks
    Enabling the OCR-A property on a generic font may cause unpredictable results.

    Currently, OCR-A fonts support the following characters:

    • Uppercase Latin letters
    • Digits
    • The following ASCII punctuation: #%*+,|-./&<>
    • The special OCR-A characters "hook" (⑀, U+2440), "chair" (⑁, U+2441), and "fork" (⑂, U+2442)
    See Also