Barcode Find View Settings
Defined in namespace Scandit.DataCapture.Barcode.Find.UI
- BarcodeFindViewSettings
class BarcodeFindViewSettings : IDisposable
Added in version 6.21.0
- BarcodeFindViewSettings()
BarcodeFindViewSettings()
Added in version 6.21.0
Constructs a new BarcodeFind view settings to use when creating an instance of the BarcodeFindView.
- BarcodeFindViewSettings()
BarcodeFindViewSettings(Color inListItemColor, Color notInListItemColor,
bool
soundEnabled,bool
hapticEnabled,bool
hardwareTriggerEnabled,int
hardwareTriggerKeyCode)Added in version 7.1.0
Constructs a new BarcodeFind view settings to use when creating an instance of the BarcodeFindView.
- BarcodeFindViewSettings()
BarcodeFindViewSettings(Color inListItemColor, Color notInListItemColor,
bool
soundEnabled,bool
hapticEnabled)Added in version 6.21.0
Constructs a new BarcodeFind view settings to use when creating an instance of the BarcodeFindView.
- InListItemColor
Color InListItemColor { get; }
Added in version 6.21.0
The color for the overlay of an item that is in the list of items to find.
Default is #2EC1CE.
- NotInListItemColor
Color NotInListItemColor { get; }
Added in version 6.21.0
The color for the overlay of an item that is not in the list of items to find.
Default is #FFFFFF.
- SoundEnabled
bool
SoundEnabled { get; }Added in version 6.21.0
Indicates whether audio feedback should be enabled.
Default is true.
- HapticEnabled
bool
HapticEnabled { get; }Added in version 6.21.0
Indicates whether haptic feedback should be enabled.
Default is true.
- HardwareTriggerEnabled
bool
HardwareTriggerEnabled { get; }Added in version 7.1.0
Gets a value determining whether the BarcodeFindView should react to clicks of the volume button. Disabled by default.
- HardwareTriggerKeyCode
int
HardwareTriggerKeyCode { get; }Added in version 7.1.0
The button that acts as a scan trigger. Leave null to use the default button (The default button will be the dedicated HW button on XCover devices, and Keycode.VolumeDown for other devices). This is only taken into consideration if HardwareTriggerEnabled is true.