VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Ocr Namespace / SearchablePdfGenerator Class / OcrCleanupSettings Property
Синтаксис Требования Смотрите также
В этом разделе
    OcrCleanupSettings Свойство (SearchablePdfGenerator)
    В этом разделе
    Возвращает или задает параметры, определяющие способ очистки результатов распознавания OCR.
    Синтаксис
    '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

    Значение по умолчанию - OcrCleanupSettings.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также