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




In This Topic
    FontSize Property
    In This Topic
    Gets the estimated font size (in points) of the recognized character.

    This read only property is the font size (in points) of the recognized character.

    This property is only supported on Windows platforms. On unsupported platforms, this property will throw a System.PlatformNotSupportedException.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FontSize As Integer
    'Usage
     
    
    Dim instance As CharacterResult
    Dim value As Integer
     
    value = instance.FontSize
    public int FontSize {get;}
    public: __property int get_FontSize();
    public:
    property int FontSize {
       int 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 is the font size (in points) of the recognized character.

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