Freigeben über


BarcodeSymbologyDecodeLengthKind Enumeration

Definition

Die Typen von Decodierungslängen, die Barcodesymbologien unterstützen können.

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
Vererbung
BarcodeSymbologyDecodeLengthKind
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)

Felder

AnyLength 0

Decodieren Sie Längen einer beliebigen Zahl.

Discrete 1

Decodieren Sie die Längen von DecodeLength1 - oder DecodeLength2-Einzelbytezeichen .

Range 2

Decodierungslängen zwischen DecodeLength1 und DecodeLength2-Einzelbytezeichen . Die Reihenfolge von DecodeLength1 und DecodeLength2 spielt keine Rolle (entweder höher oder niedriger als die andere).

Gilt für: