'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 - barcode reader must use the previous recognition results for increasing performance of current recognition;
False - barcode reader must not use the previous recognition results for increasing performance of current recognition.
Default value is true.
False - barcode reader must not use the previous recognition results for increasing performance of current recognition.
Default value is true.