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




In This Topic
    FontAttribute Property
    In This Topic
    Gets font information about the recognized character. See ImGearOCRFontFlags for the details about each flag.
    Syntax
    'Declaration
     
    Public ReadOnly Property FontAttribute As ImGearOCRFontFlags
    'Usage
     
    Dim instance As ImGearOCRLetter
    Dim value As ImGearOCRFontFlags
     
    value = instance.FontAttribute
    public ImGearOCRFontFlags FontAttribute {get;}
    public: __property ImGearOCRFontFlags get_FontAttribute();
    public:
    property ImGearOCRFontFlags FontAttribute {
       ImGearOCRFontFlags get();
    }
    See Also