Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 785 Bytes

barcodescannerreport_scandatalabel.md

File metadata and controls

24 lines (17 loc) · 785 Bytes
-api-id -api-type -api-device-family-note
P:Windows.Devices.PointOfService.BarcodeScannerReport.ScanDataLabel
winrt property
xbox

Windows.Devices.PointOfService.BarcodeScannerReport.ScanDataLabel

-description

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

-property-value

The data stream containing the decoded barcode label.

-remarks

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

-examples

-see-also