Barcode Filter Settings
Defined in namespace Scandit.DataCapture.Barcode.Filter.Capture
- BarcodeFilterSettings
class BarcodeFilterSettingsAdded in version 6.19.0
These settings are used to select barcodes that will be filtered out in the view. Any barcode that matches any of the provided settings will be covered by a colored layer.
- ExcludedSymbologies
ICollection<Symbology> ExcludedSymbologies { get;set; }
Added in version 6.19.0
A set of Symbology to exclude. If an excluded Symbology is not part of the set of active symbologies in the mode, this setting will have no effect on that Symbology.
- ExcludedCodesRegex
stringExcludedCodesRegex { get;set; }Added in version 6.19.0
A regular expression to be matched against TrackedBarcode.Barcode.
- ExcludedSymbolCounts
IDictionary<Symbology, ICollection<
short>> ExcludedSymbolCounts { get;set; }Added in version 6.19.0
A map of excluded symbol counts, indexed by Symbology. Each Symbology will have assigned a set of all the character counts for the barcode’s TrackedBarcode.Barcode that will be matched.
- ExcludeEan13
boolExcludeEan13 { get;set; }Added in version 6.19.0
When set to true, EAN 13 barcodes will be excluded.
- ExcludeUpca
boolExcludeUpca { get;set; }Added in version 6.19.0
When set to true, UPC-A barcodes will be excluded.