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

属性值

条形码符号系统使用的解码长度类型。

适用于