BarcodeScannerImagePreviewReceivedEventArgs.Preview Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.