Click or drag to resize

BarcodeScannerSettingsSymbologies Property

Map of symbology-specific settings

Namespace:  Scandit.Recognition
Assembly:  Scandit.Recognition (in Scandit.Recognition.dll) Version: 5.19.3.10 (5.19.3.10)
Syntax
public IReadOnlyDictionary<BarcodeSymbology, SymbologySettings> Symbologies { get; }

Property Value

Type: IReadOnlyDictionaryBarcodeSymbology, SymbologySettings
Remarks
The dictionary holds a separate settings object for each supported symbology. These settings allow to control optional checksums, code-lengths as well as custom extensions that can be enabled or disabled for each symbology separately.
Version Information

Supported in: 1.0
See Also