ScanOverlayViewFinderVisible Property |
Whether the view finder frame should be shown.
Namespace: Scandit.BarcodePickerAssembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 5.6.0.2 (5.6.0.2)
Syntax public bool ViewFinderVisible { get; set; }
Public Property ViewFinderVisible As Boolean
Get
Set
public:
property bool ViewFinderVisible {
bool get ();
void set (bool value);
}
member ViewFinderVisible : bool with get, set
Property Value
Type:
BooleanRemarks
By default the view finder is drawn as a white rectangle. By setting
this property to false, the view finder rectangle is hidden. The
logo remains visible, even if this property is set to false.
See Also