VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Ocr Namespace / SearchablePdfGenerator Class / OcrEngineSettings Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    OcrEngineSettings Property (SearchablePdfGenerator)
    In This Topic
    Gets or sets the OCR engine settings.
    Syntax
    'Declaration
    
    <CategoryAttribute("OCR")>
    <DescriptionAttribute("The OCR engine settings.")>
    Public Property OcrEngineSettings As Vintasoft.Imaging.Ocr.OcrEngineSettings
    
    
    [Category("OCR")]
    [Description("The OCR engine settings.")]
    public Vintasoft.Imaging.Ocr.OcrEngineSettings OcrEngineSettings { get; set; }
    
    
    [Category("OCR")]
    [Description("The OCR engine settings.")]
    public: __property Vintasoft.Imaging.Ocr.OcrEngineSettings* get_OcrEngineSettings();
    public: __property void set_OcrEngineSettings(
    Vintasoft.Imaging.Ocr.OcrEngineSettings* value
    );

    Property Value

    Exceptions
    ExceptionDescription
    Thrown if value is null.
    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