BarcodeSymbologyAttributes.IsDecodeLengthSupported 속성

정의

바코드 기호가 여러 디코딩 길이를 지원하는지 여부를 가져옵니다.

public:
 property bool IsDecodeLengthSupported { bool get(); };
bool IsDecodeLengthSupported();
public bool IsDecodeLengthSupported { get; }
var boolean = barcodeSymbologyAttributes.isDecodeLengthSupported;
Public ReadOnly Property IsDecodeLengthSupported As Boolean

속성 값

Boolean

bool

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

적용 대상