BarcodeScannerReport.ScanDataType property (Handheld 8)
2/18/2014
Gets the decoded barcode label type. Possible values are defined in the BarcodeSymbologies class.
Syntax
public uint ScanDataType { get; }
Public ReadOnly Property ScanDataType As UInteger
Get
public:
property unsigned int ScanDataType {
unsigned int get();
}
Property value
Type: System.UInt32 [.NET] | uint32 [C++]
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.