Zoom Switch Control
Defined in namespace Scandit.DataCapture.Core.UI
- ZoomSwitchControl
class ZoomSwitchControl : IControl
Added in version 6.16.0
Control that allows to switch between two camera zoom levels defined by CameraSettings.ZoomFactor and CameraSettings.ZoomGestureZoomFactor.
You can add this control to a view by calling DataCaptureView.AddControl().
- ZoomSwitchControl()
ZoomSwitchControl()
Added in version 6.16.0
Initializes a new ZoomSwitchControl.
- ZoomedOutImage
Bitmap ZoomedOutImage { get;set; }
Added in version 6.16.0
The button image displayed when the zoom level is set to 1x.
- ZoomedOutPressedImage
Bitmap ZoomedOutPressedImage { get;set; }
Added in version 6.16.0
The button image displayed when the zoom level is set to 1x and the button is pressed.