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