Macro Mode Control
Defined in library scandit_datacapture_core_ui
- MacroModeControl
class MacroModeControl : Control
Added in version 8.6.0
Control that allows to switch between the available macro modes. The control hides itself automatically in case the active frame source doesn’t support macro mode.
You can add this control to a view by calling DataCaptureView.addControl().
- MacroModeControl()
MacroModeControl()Added in version 8.6.0
Constructors a new macro mode control.
- autoImage
Image? autoImage
Added in version 8.6.0
The button image displayed when the macro mode is auto.
- offImage
Image? offImage
Added in version 8.6.0
The button image displayed when the macro mode is off.
- accessibilityLabelWhenAuto
String? accessibilityLabelWhenAuto
Added in version 8.6.0
Accessibility label text used for the control button when the macro mode is auto.
- accessibilityHintWhenAuto
String? accessibilityHintWhenAuto
Added in version 8.6.0
Accessibility hint text used for the control button when the macro mode is auto.
- accessibilityLabelWhenOff
String? accessibilityLabelWhenOff
Added in version 8.6.0
Accessibility label text used for the control button when the macro mode is off.
- accessibilityHintWhenOff
String? accessibilityHintWhenOff
Added in version 8.6.0
Accessibility hint text used for the control button when the macro mode is off.
- accessibilityLabelWhenOn
String? accessibilityLabelWhenOn
Added in version 8.6.0
Accessibility label text used for the control button when the macro mode is on.
- accessibilityHintWhenOn
String? accessibilityHintWhenOn
Added in version 8.6.0
Accessibility hint text used for the control button when the macro mode is on.
- defaultAutoImage
static Image? get defaultAutoImage
Added in version 8.6.0
The default image used for the control button when the macro mode is auto.