BarcodeSymbologyAttributes 類別

定義

條碼掃描器符號系統的屬性。

public ref class BarcodeSymbologyAttributes sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class BarcodeSymbologyAttributes final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class BarcodeSymbologyAttributes final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class BarcodeSymbologyAttributes
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class BarcodeSymbologyAttributes
Public NotInheritable Class BarcodeSymbologyAttributes
繼承
Object Platform::Object IInspectable BarcodeSymbologyAttributes
屬性

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

備註

ClaimedBarcodeScanner.GetSymbologyAttributesAsync 方法完成時,就會建立這個物件。

屬性

DecodeLength1

取得或設定用來判斷條碼符號解碼長度的第一個值。

DecodeLength2

取得或設定用來判斷條碼符號解碼長度的第二個值。

DecodeLengthKind

取得或設定條碼符號系統所使用的解碼長度種類。

IsCheckDigitTransmissionEnabled

取得或設定檢查數位是否會在原始資料的一部分傳輸至主機。

IsCheckDigitTransmissionSupported

取得條碼符號系統是否支援將檢查數位傳輸至主機作為原始資料的一部分。

IsCheckDigitValidationEnabled

取得是否要驗證條碼檢查數位。

IsCheckDigitValidationSupported

取得條碼符號系統是否支援檢查數位驗證。

IsDecodeLengthSupported

取得條碼符號系統是否支援多個解碼長度。

適用於