Partager via


BarcodeSymbologyAttributesBuilder.IsDecodeLengthSupported Propriété

Définition

Obtient ou définit si la symbologie du code-barres prend en charge plusieurs longueurs de décodage.

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

Valeur de propriété

Boolean

bool

True si la symbologie du code-barres prend en charge plusieurs longueurs de décodage ; sinon, false.

S’applique à