BarcodeSymbologyAttributes.IsDecodeLengthSupported Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient si la symbologie du code-barres prend en charge plusieurs longueurs de décodage.
public:
property bool IsDecodeLengthSupported { bool get(); };
bool IsDecodeLengthSupported();
public bool IsDecodeLengthSupported { get; }
var boolean = barcodeSymbologyAttributes.isDecodeLengthSupported;
Public ReadOnly 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.