BarcodeSymbologyAttributesBuilder.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 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.