Share via


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

プロパティ値

バーコード シンボルで使用されるデコード長の種類。

適用対象