Share via


BarcodeScannerCapabilities.IsVideoPreviewSupported Property

Definition

Indicates whether the barcode scanner supports displaying a live video preview from an attached camera.

public:
 property bool IsVideoPreviewSupported { bool get(); };
bool IsVideoPreviewSupported();
public bool IsVideoPreviewSupported { get; }
var boolean = barcodeScannerCapabilities.isVideoPreviewSupported;
Public ReadOnly Property IsVideoPreviewSupported As Boolean

Property Value

Boolean

bool

True if the barcode scanner supports displaying a live video preview; otherwise, false.

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v7.0)

Applies to

See also