Torch Switch Control#
Defined under the namespace Scandit.Datacapture.Core.Ui
-
TorchSwitchControl
# class TorchSwitchControl
: ControlAdded in version 6.8.0
Control that allows to toggle the torch on and off. The torch switch control hides itself automatically in case the active frame source doesn’t have a torch.
You can add this control to a view by calling DataCaptureView.addControl().
-
torchOffImage
# torchOffImage: string | null
Added in version 6.8.0
Sets the image to use for the control button when the torch is off.
-
torchOffPressedImage
# torchOffPressedImage: string | null
Added in version 6.8.0
Sets the image to use for the control button when the torch is off and the button is pressed.
-