BarcodeScannerReport.ScanDataType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.