BarcodeSymbologyAttributes.DecodeLengthKind 屬性

定義

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

public:
 property BarcodeSymbologyDecodeLengthKind DecodeLengthKind { BarcodeSymbologyDecodeLengthKind get(); void set(BarcodeSymbologyDecodeLengthKind value); };
BarcodeSymbologyDecodeLengthKind DecodeLengthKind();

void DecodeLengthKind(BarcodeSymbologyDecodeLengthKind value);
public BarcodeSymbologyDecodeLengthKind DecodeLengthKind { get; set; }
var barcodeSymbologyDecodeLengthKind = barcodeSymbologyAttributes.decodeLengthKind;
barcodeSymbologyAttributes.decodeLengthKind = barcodeSymbologyDecodeLengthKind;
Public Property DecodeLengthKind As BarcodeSymbologyDecodeLengthKind

屬性值

條碼符號系統所使用的解碼長度種類。

適用於