Share via


BarcodeScannerImagePreviewReceivedEventArgs class (Handheld 8)

2/18/2014

Contains the data from the ImagePreviewReceived event.

Syntax

public sealed class BarcodeScannerImagePreviewReceivedEventArgs : Object
Public NotInheritable Class BarcodeScannerImagePreviewReceivedEventArgs
    Inherits Object
public ref class BarcodeScannerImagePreviewReceivedEventArgs sealed : Object

Attributes

MarshalingBehaviorAttribute(Agile)
VersionAttribute(NTDDI_WIN8)

Members

The BarcodeScannerImagePreviewReceivedEventArgs class has these types of members:

  • Methods
  • Properties

Methods

The BarcodeScannerImagePreviewReceivedEventArgs class inherits methods from the Object class.

Properties

The BarcodeScannerImagePreviewReceivedEventArgs class has these properties.

Property Access type Description

Preview

Read-only

Gets the BitmapImage from the device representing a preview frame.

Remarks

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

See Also

Reference

Windows.Devices.PointOfService namespace