'Declaration <DefaultValueAttribute(600)> <DescriptionAttribute("Maximum threshold value of algorithm color conversion in the barcode reading iteration process.")> Public Property ThresholdMax As Integer
[DefaultValue(600)] [Description("Maximum threshold value of algorithm color conversion in the barcode reading iteration process.")] public int ThresholdMax { get; set; }
[DefaultValue(600)] [Description("Maximum threshold value of algorithm color conversion in the barcode reading iteration process.")] public: __property int get_ThresholdMax(); public: __property void set_ThresholdMax(
int value
);
[DefaultValue(600)] [Description("Maximum threshold value of algorithm color conversion in the barcode reading iteration process.")] public:
property int ThresholdMax { int get(); void set(int value); }
Property Value
Минимальное значение: 0, максимальное значение: 765. Значение по умолчанию - 600.