Click or drag to resize
ScanSettings Constructor
Construct a new scan settings instance with all symbologies disabled

Namespace: Scandit.BarcodePicker
Assembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public ScanSettings()
Remarks
To enable scanning of barcodes or 2d codes, you must explicitly enable symbologies through either EnableSymbology(BarcodeSymbology, Boolean), or by setting the Enabled property to true.
See Also