Share via


BarcodeScannerReport.ScanDataLabel property (Handheld 8)

2/18/2014

Gets the decoded barcode label, which does not include the header, checksum, and other miscellaneous information.

Syntax

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

Property value

Type: IBuffer

The data stream containing the decoded barcode label.

Remarks

If IsDecodeDataEnabled is true, this property contains the decoded barcode label. If IsDecodeDataEnabled is false, this property is set to null.

See Also

Reference

BarcodeScannerReport class