ImageGear .NET v25.1 - Updated
UseOCRAFont Property




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCRSettings Class : UseOCRAFont Property
Gets or sets the value indicating the OCRA font is used.
Syntax
'Declaration
 
Public Property UseOCRAFont As Boolean
'Usage
 
Dim instance As ImGearOCRSettings
Dim value As Boolean
 
instance.UseOCRAFont = value
 
value = instance.UseOCRAFont
public bool UseOCRAFont {get; set;}
public: __property bool get_UseOCRAFont();
public: __property void set_UseOCRAFont( 
   bool value
);
public:
property bool UseOCRAFont {
   bool get();
   void set (    bool value);
}

Property Value

Default value is false.
See Also

Reference

ImGearOCRSettings Class
ImGearOCRSettings Members