Click or drag to resize
ScanOverlayViewFinderVisible Property
Whether the view finder frame should be shown.

Namespace: Scandit.BarcodePicker
Assembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public bool ViewFinderVisible { get; set; }

Property Value

Type: Boolean
Remarks
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