BarcodeScannerImagePreviewReceivedEventArgs BarcodeScannerImagePreviewReceivedEventArgs BarcodeScannerImagePreviewReceivedEventArgs BarcodeScannerImagePreviewReceivedEventArgs Class

Definition

Provides the data from the ImagePreviewReceived event.

public : sealed class BarcodeScannerImagePreviewReceivedEventArgs : IBarcodeScannerImagePreviewReceivedEventArgspublic sealed class BarcodeScannerImagePreviewReceivedEventArgs : IBarcodeScannerImagePreviewReceivedEventArgsPublic NotInheritable Class BarcodeScannerImagePreviewReceivedEventArgs Implements IBarcodeScannerImagePreviewReceivedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

This object is created by the ImagePreviewReceived event and is returned as an argument to the TypedEventHandler delegate.

Properties

Preview Preview Preview Preview

Gets the from the device representing a preview frame.

public : IRandomAccessStreamWithContentType Preview { get; }public IRandomAccessStreamWithContentType Preview { get; }Public ReadOnly Property Preview As IRandomAccessStreamWithContentType// You can use this property in JavaScript.