Barcode Filter Settings
Defined under the namespace Scandit.Datacapture.Barcode.Filter
- BarcodeFilterSettings
class BarcodeFilterSettings
Added in version 6.18.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
excludedSymbologies: Symbology[]
Added in version 6.18.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
excludedCodesRegex: string
Added in version 6.18.0
A regular expression to be matched against
Data
.
- getExcludedSymbolCountsForSymbology(symbology)
getExcludedSymbolCountsForSymbology(symbology: Symbology): number[]
Added in version 6.18.0
- setExcludedSymbolCounts(excludedSymbolCounts, symbology)
setExcludedSymbolCounts(excludedSymbolCounts: number[], symbology: Symbology):
void
Added in version 6.18.0