CameraSwitchVisibility Enumeration |
Controls the visibility of the camera switch button
Namespace: Scandit.BarcodePickerAssembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 5.6.0.2 (5.6.0.2)
Syntax public enum CameraSwitchVisibility
Public Enumeration CameraSwitchVisibility
public enum class CameraSwitchVisibility
type CameraSwitchVisibility
Members
| Member name | Value | Description |
---|
| Never | 0 |
Never show the camera switch button
|
| OnTablets | 1 |
Only show the camera switch button on tablets.
|
| Always | 2 |
Show the camera switch button for all devices that have a front and back camera.
|
See Also