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: 5.10.0.10 (5.10.0.10)
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