BarcodeScannerReport.ScanDataType Property

Definition

Gets the decoded barcode label type. Possible values are defined in the BarcodeSymbologies class.

public:
 property unsigned int ScanDataType { unsigned int get(); };
uint32_t ScanDataType();
public uint ScanDataType { get; }
var uInt32 = barcodeScannerReport.scanDataType;
Public ReadOnly Property ScanDataType As UInteger

Property Value

UInt32

unsigned int

uint32_t

The specific barcode symbology.

Remarks

The return value of this property depends on the value of IsDecodeDataEnabled property. If IsDecodeDataEnabled is true, this property contains the barcode symbology. If IsDecodeDataEnabled is false, this property contains the BarcodeSymbology.Unknown value.

Applies to