Share via


BarcodeScannerImagePreviewReceivedEventArgs.Preview property (Handheld 8)

2/18/2014

Gets the BitmapImage from the device representing a preview frame.

Syntax

public IRandomAccessStreamWithContentType Preview { get; }
Public ReadOnly Property Preview As IRandomAccessStreamWithContentType
    Get
public:
property IRandomAccessStreamWithContentType^ Preview {
    IRandomAccessStreamWithContentType^ get();
}

Property value

Type: IRandomAccessStreamWithContentType

The data stream representing the preview frame.

See Also

Reference

BarcodeScannerImagePreviewReceivedEventArgs class