BarcodeScannerReport.ScanDataType 属性

定义

获取解码的条形码标签类型。 可能的值在 BarcodeSymbologies 类中定义。

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

属性值

UInt32

unsigned int

uint32_t

特定的条形码符号。

注解

此属性的返回值取决于 IsDecodeDataEnabled 属性的值。 如果 IsDecodeDataEnabled 为 true,则此属性包含条形码符号。 如果 IsDecodeDataEnabled 为 false,则此属性包含 BarcodeSymbology.Unknown 值。

适用于