ImageGear .NET v25.1 - Updated
FontSize Property (ImGearOCRLetter)




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCRLetter Class : FontSize Property
Gets the estimated font size (in points) of the recognized character.
Syntax
'Declaration
 
Public ReadOnly Property FontSize As UShort
'Usage
 
Dim instance As ImGearOCRLetter
Dim value As UShort
 
value = instance.FontSize
public ushort FontSize {get;}
public: __property ushort get_FontSize();
public:
property ushort FontSize {
   ushort get();
}
See Also

Reference

ImGearOCRLetter Class
ImGearOCRLetter Members