VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Ocr Namespace / SearchablePdfGenerator Class / OcrCleanupSettings Property
Syntax Requirements SeeAlso
In This Topic
    OcrCleanupSettings Property (SearchablePdfGenerator)
    In This Topic
    Gets or sets the settings, which define how to cleanup the OCR recognize results.
    Syntax
    'Declaration
    
    <CategoryAttribute("OCR")>
    <DescriptionAttribute("The settings, which define how to cleanup the OCR recognize results.")>
    Public Property OcrCleanupSettings As Vintasoft.Imaging.Ocr.Results.OcrCleanupSettings
    
    
    [Category("OCR")]
    [Description("The settings, which define how to cleanup the OCR recognize results.")]
    public Vintasoft.Imaging.Ocr.Results.OcrCleanupSettings OcrCleanupSettings { get; set; }
    
    
    [Category("OCR")]
    [Description("The settings, which define how to cleanup the OCR recognize results.")]
    public: __property Vintasoft.Imaging.Ocr.Results.OcrCleanupSettings* get_OcrCleanupSettings();
    public: __property void set_OcrCleanupSettings(
    Vintasoft.Imaging.Ocr.Results.OcrCleanupSettings* value
    );
    [Category("OCR")]
    [Description("The settings, which define how to cleanup the OCR recognize results.")]
    public:
    property Vintasoft.Imaging.Ocr.Results.OcrCleanupSettings^ OcrCleanupSettings { Vintasoft.Imaging.Ocr.Results.OcrCleanupSettings^ get(); void set(Vintasoft.Imaging.Ocr.Results.OcrCleanupSettings^ value); }

    Property Value

    Default value is OcrCleanupSettings.
    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