SmartZone v7.2 - Updated
FontAttribute Property




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > CharacterResult Class : 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
public FontAttributes FontAttribute {get;}
public: __property FontAttributes get_FontAttribute();
public:
property FontAttributes FontAttribute {
   FontAttributes get();
}
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

Reference

CharacterResult Class
CharacterResult Members

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