ScanOverlayCameraSwitchVisibility Property |
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 CameraSwitchVisibility CameraSwitchVisibility { get; set; }
Public Property CameraSwitchVisibility As CameraSwitchVisibility
Get
Set
public:
property CameraSwitchVisibility CameraSwitchVisibility {
CameraSwitchVisibility get ();
void set (CameraSwitchVisibility value);
}
member CameraSwitchVisibility : CameraSwitchVisibility with get, set
Property Value
Type:
CameraSwitchVisibilityRemarks
The camera switch button is shown as part of the barcode picker scan UI. It
allows to switch between front and back cameras. By default, it is not visible. Use
this property to make the button visible on all devices
(
Always) that have a front and back
camera, or to enable it only on tablets (
OnTablets)
with front and back cameras.
See Also