VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition.Ocr Namespace / OcrFieldTemplate Class / OcrEngineSettings Property
Syntax Requirements SeeAlso
In This Topic
    OcrEngineSettings Property (OcrFieldTemplate)
    In This Topic
    Gets or sets the OCR engine settings that should be used for recognition of the field.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The OCR engine settings that should be used for recognition of the field.")>
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)>
    Public Property OcrEngineSettings As Vintasoft.Imaging.Ocr.OcrEngineSettings
    
    
    [Description("The OCR engine settings that should be used for recognition of the field.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    public Vintasoft.Imaging.Ocr.OcrEngineSettings OcrEngineSettings { get; set; }
    
    
    [Description("The OCR engine settings that should be used for recognition of the field.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    public: __property Vintasoft.Imaging.Ocr.OcrEngineSettings* get_OcrEngineSettings();
    public: __property void set_OcrEngineSettings(
    Vintasoft.Imaging.Ocr.OcrEngineSettings* value
    );
    [Description("The OCR engine settings that should be used for recognition of the field.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    public:
    property Vintasoft.Imaging.Ocr.OcrEngineSettings^ OcrEngineSettings { Vintasoft.Imaging.Ocr.OcrEngineSettings^ get(); void set(Vintasoft.Imaging.Ocr.OcrEngineSettings^ value); }

    Property Value

    The OCR engine settings.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also