'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the barcode reader must use the previous recognition results for increasing performance of current barcode recognition process.")> Public Property SerialRecognition As Boolean
[DefaultValue(True)] [Description("A value indicating whether the barcode reader must use the previous recognition results for increasing performance of current barcode recognition process.")] public bool SerialRecognition { get; set; }
[DefaultValue(True)] [Description("A value indicating whether the barcode reader must use the previous recognition results for increasing performance of current barcode recognition process.")] public: __property bool get_SerialRecognition(); public: __property void set_SerialRecognition(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether the barcode reader must use the previous recognition results for increasing performance of current barcode recognition process.")] public:
property bool SerialRecognition { bool get(); void set(bool value); }
Property Value
True - распознаватель штрих-кодов должен использовать предыдущие результаты распознавания для повышения производительности текущего распознавания;
False - распознаватель штрих-кодов не должен использовать предыдущие результаты распознавания для повышения производительности текущего распознавания.
Значение по умолчанию - true.
False - распознаватель штрих-кодов не должен использовать предыдущие результаты распознавания для повышения производительности текущего распознавания.
Значение по умолчанию - true.