'Declaration <DefaultValueAttribute(1)> <DescriptionAttribute("Number of steps in barcode reading iteration process.")> Public Property ThresholdIterations As Integer
[DefaultValue(1)] [Description("Number of steps in barcode reading iteration process.")] public int ThresholdIterations { get; set; }
[DefaultValue(1)] [Description("Number of steps in barcode reading iteration process.")] public: __property int get_ThresholdIterations(); public: __property void set_ThresholdIterations(
int value
);
[DefaultValue(1)] [Description("Number of steps in barcode reading iteration process.")] public:
property int ThresholdIterations { int get(); void set(int value); }
Property Value
Возможное значение:
- 1 - итеративный процесс отключен,
- 2..250 - итеративный процесс включен.