SmartZone v8.0 - Updated January 12, 2025
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
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