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




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
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