BarcodeSymbologyDecodeLengthKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The types of decode lengths that barcode symbologies can support.
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
- Inheritance
-
BarcodeSymbologyDecodeLengthKind
- Attributes
Windows requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|
Fields
Name | Value | Description |
---|---|---|
AnyLength | 0 | Decode lengths of any number. |
Discrete | 1 | Decode lengths of either DecodeLength1 or DecodeLength2 single-byte characters. |
Range | 2 | 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). |