ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRLetter 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.
    Syntax
    'Declaration
     
    Public ReadOnly Property CapitalLetterHeight As UShort
    'Usage
     
    Dim instance As ImGearOCRLetter
    Dim value As UShort
     
    value = instance.CapitalLetterHeight
    public ushort CapitalLetterHeight {get;}
    public: __property ushort get_CapitalLetterHeight();
    public:
    property ushort CapitalLetterHeight {
       ushort get();
    }
    See Also