BarcodeSymbologyDecodeLengthKind Énumération
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.
Types de longueurs de décodage que les symbologies de codes-barres peuvent prendre en charge.
public enum class BarcodeSymbologyDecodeLengthKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class BarcodeSymbologyDecodeLengthKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum BarcodeSymbologyDecodeLengthKind
var value = Windows.Devices.PointOfService.BarcodeSymbologyDecodeLengthKind.anyLength
Public Enum BarcodeSymbologyDecodeLengthKind
- Héritage
-
BarcodeSymbologyDecodeLengthKind
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Creators Update (introduit dans 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v4.0)
|
Champs
AnyLength | 0 | Décodez les longueurs d’un nombre quelconque. |
Discrete | 1 | Décodez les longueurs des caractères codés sur un octet DecodeLength1 ou DecodeLength2 . |
Range | 2 | Décodez les longueurs entre DecodeLength1 et DecodeLength2 caractères codés sur un octet. L’ordre de DecodeLength1 et DecodeLength2 n’a pas d’importance (peut être supérieur ou inférieur à l’autre). |