SmartZone v8.0 - Updated January 12, 2025
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / CharacterResult Class / FontAttribute Property




FontAttribute Property
Gets font information about the recognized character. See FontAttributes for the details about each flag.

This read only property contains the font attribute flags describing each character. Multiple attributes can be set together. See FontAttributes for the details about each flag.

This property is only supported on Windows platforms. On unsupported platforms, this property will throw a System.PlatformNotSupportedException.
Syntax
'Declaration
 
Public ReadOnly Property FontAttribute As FontAttributes
 
'Usage
 
Dim instance As CharacterResult
Dim value As FontAttributes
 
value = instance.FontAttribute
Exceptions
ExceptionDescription
This property is only supported on Windows platforms. On unsupported platforms, this property will throw a System.PlatformNotSupportedException.
Remarks

This read only property contains the font attribute flags describing each character. Multiple attributes can be set together. See FontAttributes for the details about each flag.

This property is only supported on Windows platforms. On unsupported platforms, this property will throw a System.PlatformNotSupportedException.
See Also