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

속성 값

바코드 기호에 사용되는 디코딩 길이 종류입니다.

적용 대상