VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Document Namespace / RestoreTextFromHalftoneCommand Class / AutoThreshold Property
Синтаксис Требования Смотрите также
В этом разделе
    AutoThreshold Свойство (RestoreTextFromHalftoneCommand)
    В этом разделе
    Возвращает или задает значение, указывающее, рассчитываются ли автоматически пороговые значения удаления черных и белых пикселей.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A value indicating whether the black and white pixels removal thresholds are calculated automatically.")>
    <DefaultValueAttribute(True)>
    Public Property AutoThreshold As Boolean
    
    
    [Description("A value indicating whether the black and white pixels removal thresholds are calculated automatically.")]
    [DefaultValue(True)]
    public bool AutoThreshold { get; set; }
    
    
    [Description("A value indicating whether the black and white pixels removal thresholds are calculated automatically.")]
    [DefaultValue(True)]
    public: __property bool get_AutoThreshold();
    public: __property void set_AutoThreshold(
    bool value
    );
    [Description("A value indicating whether the black and white pixels removal thresholds are calculated automatically.")]
    [DefaultValue(True)]
    public:
    property bool AutoThreshold { bool get(); void set(bool value); }

    Property Value

    true - пороговые значения вычисляются автоматически; false - пороговые значения используются из свойств BlackPixelRemovalThreshold и WhitePixelRemovalThreshold.
    Значение по умолчанию - true.
    Требования

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

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