BarcodeSymbologyDecodeLengthKind Enum

Definition

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

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

Applies to