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




In This Topic
    FontAttribute Property
    In This Topic
    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