Zoom Switch Control
Defined in namespace Scandit.DataCapture.Core.UI
- ZoomSwitchControl
class ZoomSwitchControl : IControl
Added in version 6.16.0
Control that allows switching between configurable camera zoom levels. The available zoom levels are filtered based on the camera hardware capabilities.
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
Image ZoomedOutImage { get;set; }
Added in version 6.16.0
Deprecated since version 8.4: This property is deprecated and will be removed in a future release.
The button image displayed when the zoom level is set to 1x.
- ZoomedOutPressedImage
Image ZoomedOutPressedImage { get;set; }
Added in version 6.16.0
Deprecated since version 8.4: This property is deprecated and will be removed in a future release.
The button image displayed when the zoom level is set to 1x and the button is pressed.