ScanOverlayViewFinderVisible Property |
Whether the view finder frame should be shown.
Namespace:
Scandit.BarcodePicker
Assembly:
Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 5.15.2.10 (5.15.2.10)
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.
Version Information Scandit.Recognition
Supported in: 1.0.0.0
See Also