Barcode Filter Settings

Defined under the namespace Scandit.Datacapture.Barcode.Filter

BarcodeFilterSettings
class BarcodeFilterSettings

Added in version 6.17.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.17.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.17.0

A regular expression to be matched against Data.

getExcludedSymbolCountsForSymbology(symbology)
getExcludedSymbolCountsForSymbology(symbology: Symbology): number[]

Added in version 6.17.0

setExcludedSymbolCounts(excludedSymbolCounts, symbology)
setExcludedSymbolCounts(excludedSymbolCounts: number[],
        symbology: Symbology): void

Added in version 6.17.0

excludeEan13
excludeEan13: boolean

Added in version 6.17.0

When set to true, EAN 13 barcodes will be excluded.

excludeUpca
excludeUpca: boolean

Added in version 6.17.0

When set to true, UPC-A barcodes will be excluded.