다음을 통해 공유


BarcodeSymbologyAttributesBuilder.IsDecodeLengthSupported 속성

정의

바코드 기호가 여러 디코딩 길이를 지원하는지 여부를 가져오거나 설정합니다.

public:
 property bool IsDecodeLengthSupported { bool get(); void set(bool value); };
bool IsDecodeLengthSupported();

void IsDecodeLengthSupported(bool value);
public bool IsDecodeLengthSupported { get; set; }
var boolean = barcodeSymbologyAttributesBuilder.isDecodeLengthSupported;
barcodeSymbologyAttributesBuilder.isDecodeLengthSupported = boolean;
Public Property IsDecodeLengthSupported As Boolean

속성 값

Boolean

bool

True이면 바코드 기호가 여러 디코딩 길이를 지원합니다. 그렇지 않으면 false입니다.

적용 대상