VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / ReaderSettings Class / Threshold Property
Синтаксис Example Требования Смотрите также
В этом разделе
    Threshold Свойство (ReaderSettings)
    В этом разделе
    Возвращает или задает пороговое значение для алгоритма преобразования цвета.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Threshold value for algorithm of color conversion.")>
    <DefaultValueAttribute(500)>
    Public Property Threshold As Integer
    
    
    [Description("Threshold value for algorithm of color conversion.")]
    [DefaultValue(500)]
    public int Threshold { get; set; }
    
    
    [Description("Threshold value for algorithm of color conversion.")]
    [DefaultValue(500)]
    public: __property int get_Threshold();
    public: __property void set_Threshold(
    int value
    );
    [Description("Threshold value for algorithm of color conversion.")]
    [DefaultValue(500)]
    public:
    property int Threshold { int get(); void set(int value); }

    Property Value

    Минимальное значение: 0, максимальное значение: 765. Значение по умолчанию - 500.
    Пример

    Пожалуйста, см. пример здесь.

    Требования

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

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