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