BarcodeSymbologyDecodeLengthKind
BarcodeSymbologyDecodeLengthKind
BarcodeSymbologyDecodeLengthKind
BarcodeSymbologyDecodeLengthKind
Enum
Definition
The types of decode lengths that barcode symbologies can support.
public : enum class BarcodeSymbologyDecodeLengthKindpublic enum BarcodeSymbologyDecodeLengthKindPublic Enum BarcodeSymbologyDecodeLengthKind// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Fields
| AnyLength AnyLength AnyLength AnyLength | Decode lengths of any number. |
| Discrete Discrete Discrete Discrete | Decode lengths of either DecodeLength1 or DecodeLength2 single-byte characters. |
| Range Range Range Range | Decode lengths between DecodeLength1 and DecodeLength2 single-byte characters. The order of DecodeLength1 and DecodeLength2 do not matter (either can be higher or lower than the other). |