Barcode Find View Settings
Defined under the namespace Scandit.Datacapture.Barcode.Find.Ui
- BarcodeFindViewSettings
class BarcodeFindViewSettings
Added in version 6.22.0
- constructor(inListItemColor, notInListItemColor, soundEnabled, hapticEnabled)
constructor(inListItemColor: Color, notInListItemColor: Color, soundEnabled: boolean, hapticEnabled: boolean)
Added in version 6.22.0
Constructs a new BarcodeFind view settings to use when creating an instance of the BarcodeFindView.
- inListItemColor
get inListItemColor(): Color
Added in version 6.22.0
The color for the overlay of an item that is in the list of items to find.
Default is #2EC1CE.
- notInListItemColor
get notInListItemColor(): Color
Added in version 6.22.0
The color for the overlay of an item that is not n the list of items to find.
Default is #FFFFFF.