Zoom Switch Control#
Defined in namespace Scandit.DataCapture.Core.UI
-
ZoomSwitchControl
# class ZoomSwitchControl
: IControlAdded in version 6.10.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.10.0
Initializes a new ZoomSwitchControl.
-
ZoomedOutImage
# UIImage
ZoomedOutImage
{ get;set; }Added in version 6.10.0
The button image displayed when the zoom level is set to 1x.
-
ZoomedOutPressedImage
# UIImage
ZoomedOutPressedImage
{ get;set; }Added in version 6.10.0
The button image displayed when the zoom level is set to 1x and the button is pressed.
-