次の方法で共有


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。

適用対象