Click or drag to resize
ScanSettingsSymbologies Property
Map of symbology-specific settings

Namespace: Scandit.BarcodePicker
Assembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 4.16.0.0 (4.16.0.0)
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.
See Also