ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRSettings Class / UseOCRAFont Property




In This Topic
    UseOCRAFont Property
    In This Topic
    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