SmartZone v7.2 - Updated
CapitalLetterHeight Property




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > CharacterResult Class : 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
public int CapitalLetterHeight {get;}
public: __property int get_CapitalLetterHeight();
public:
property int CapitalLetterHeight {
   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 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

Reference

CharacterResult Class
CharacterResult Members

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