Barcode Check View Settings
Defined in namespace Scandit.DataCapture.Barcode.Check.UI
- BarcodeCheckViewSettings
class BarcodeCheckViewSettings
Added in version 7.2.0
- BarcodeCheckViewSettings()
BarcodeCheckViewSettings()
Added in version 7.2.0
Constructs a new BarcodeCheck view settings to use when creating an instance of BarcodeCheckView.
- SoundEnabled
bool
SoundEnabled { get;set; }Added in version 7.2.0
Indicates whether the feedback should have sound enabled.
Default is true.
- HapticEnabled
bool
HapticEnabled { get;set; }Added in version 7.2.0
Indicates whether the feedback should have haptics enabled.
Default is true.
- DefaultCameraPosition
CameraPosition DefaultCameraPosition { get;set; }
Added in version 7.2.0
Sets the default camera position.
Default is CameraPosition.WorldFacing.