Click or drag to resize

BarcodeScannerSettingsCodeDuplicateFilter Property

The code duplicate filter to be used

Namespace:  Scandit.Recognition
Assembly:  Scandit.Recognition (in Scandit.Recognition.dll) Version: 5.19.3.10 (5.19.3.10)
Syntax
public int CodeDuplicateFilter { get; set; }

Property Value

Type: Int32
Duplicate filtering affects the handling of codes with the same data and symbology. When the filter is set to -1, each unique code is only added once to the session, when set to 0, duplicate filtering is disabled. Otherwise the duplicate filter specifies an interval in milliseconds. When the same code (data/symbology) is scanned withing the specified interval is it filtered out as a duplicate. The default value is 500.
Version Information

Supported in: 1.0
See Also