ScanOverlayTorchButtonVisible Property |
Whether the torch on/off button should be shown in the scan UI.
Namespace: Scandit.BarcodePickerAssembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 5.6.0.2 (5.6.0.2)
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).
See Also