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。

適用於