Share via


BarcodeScannerReport.ScanData property (Handheld 8)

2/18/2014

Gets the full raw data from the DataReceived event.

Syntax

public IBuffer ScanData { get; }
Public ReadOnly Property ScanData As IBuffer
    Get
public:
property IBuffer^ ScanData {
    IBuffer^ get();
}

Property value

Type: IBuffer

The raw data stream from the scanning event.

See Also

Reference

BarcodeScannerReport class