ImageGear .NET - Updated
CapitalLetterHeight Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecLetter Class : CapitalLetterHeight Property
Gets or sets a measure of the capital letter height in pixels.
Syntax
'Declaration
 
Public Property CapitalLetterHeight As UShort
'Usage
 
Dim instance As ImGearRecLetter
Dim value As UShort
 
instance.CapitalLetterHeight = value
 
value = instance.CapitalLetterHeight
public ushort CapitalLetterHeight {get; set;}
public: __property ushort get_CapitalLetterHeight();
public: __property void set_CapitalLetterHeight( 
   ushort value
);
public:
property ushort CapitalLetterHeight {
   ushort get();
   void set (    ushort value);
}

Property Value

Ushort value.
Remarks
Font size in points can be roughly calculated from CapitalLetterHeight as follows: FontSize = CapitalLetterHeight * 100 / dpi.
See Also

Reference

ImGearRecLetter Class
ImGearRecLetter Members