ScanOverlayTorchButtonVisible Property |
Whether the torch on/off button should be shown in the scan UI.
Namespace:
Scandit.BarcodePicker
Assembly:
Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 5.15.2.10 (5.15.2.10)
Syntax public bool TorchButtonVisible { get; set; }
Public Property TorchButtonVisible As Boolean
Get
Set
public:
property bool TorchButtonVisible {
bool get ();
void set (bool value);
}
member TorchButtonVisible : bool with get, set
Property Value
Type:
BooleanRemarks
By default the torch button is visible. The torch icon is never shown when the camera
does not have a torch (most tablets, front cameras, etc).
Version Information Scandit.Recognition
Supported in: 1.0.0.0
See Also