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