SmartZone v7.2 - Updated
FontSize Property




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > CharacterResult Class : FontSize Property
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

Reference

CharacterResult Class
CharacterResult Members

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