BarcodeSymbologyAttributes 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
條碼掃描器符號系統的屬性。
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
- 繼承
- 屬性
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 |
取得條碼符號系統是否支援多個解碼長度。 |