BarcodeScannerImagePreviewReceivedEventArgs.Preview Property

Definition

Gets the from the device representing a preview frame.

public:
 property IRandomAccessStreamWithContentType ^ Preview { IRandomAccessStreamWithContentType ^ get(); };
IRandomAccessStreamWithContentType Preview();
public IRandomAccessStreamWithContentType Preview { get; }
var iRandomAccessStreamWithContentType = barcodeScannerImagePreviewReceivedEventArgs.preview;
Public ReadOnly Property Preview As IRandomAccessStreamWithContentType

Property Value

The data stream representing the preview frame.

Applies to