ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRLetter Class / FontSize Property




In This Topic
    FontSize Property (ImGearOCRLetter)
    In This Topic
    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