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




CapitalLetterHeight Property
Gets a measure of the capital letter height for this letter's font in pixels.

This read only property is the height of a capital letter of the text in pixels.

This property is only supported on Windows platforms. On unsupported platforms, this property will throw a System.PlatformNotSupportedException.
Syntax
'Declaration
 
Public ReadOnly Property CapitalLetterHeight As Integer
 
'Usage
 
Dim instance As CharacterResult
Dim value As Integer
 
value = instance.CapitalLetterHeight
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 height of a capital letter of the text in pixels.

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