Click or drag to resize
BarcodePickerBeepEnabled Property
Whether the picker should beep whenever a code is scanned.

Namespace: Scandit.BarcodePicker
Assembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public bool BeepEnabled { get; set; }

Property Value

Type: Boolean
Remarks
By default, a beep sound is played whenever a barcode is scanned. Set this property to false if you do not want beeping to be enabled.
See Also