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




In This Topic
    CapitalLetterHeight Property
    In This Topic
    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