Defines the UI style to be used for the scan overlay
Namespace:
Scandit.BarcodePicker
Assembly:
Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 5.18.0.10 (5.18.0.10)
Syntax Public Enumeration GuiStyle
public enum class GuiStyle
Members
| Member name | Value | Description |
---|
| None | 0 |
Only the scandit logo is shown
|
| Rectangle | 1 |
The view finder is shown as a rectangle
|
| Default | 1 |
The default view finder style, identical to rectangle
|
| Laser | 2 |
Shows a laser line
|
| LocationOnly | 3 |
Like style 'None', however barcode locations are highlighted in the UI.
|
Version Information Scandit.Recognition
Supported in: 1.0.0.0
See Also