SmartZone v7.2 - Updated
UseOCRAFont Property




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > Reader Class : UseOCRAFont Property
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:

See Also

Reference

Reader Class
Reader Members

Is this page helpful?
Yes No
Thanks for your feedback.