共用方式為


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 值。

適用於