ImageGear .NET v25.1 - Updated
FontAttribute Property




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCRLetter Class : FontAttribute Property
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

Reference

ImGearOCRLetter Class
ImGearOCRLetter Members