次の方法で共有


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。

適用対象