Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.04 KB

barcodesymbologydecodelengthkind.md

File metadata and controls

29 lines (20 loc) · 1.04 KB
-api-id -api-type
T:Windows.Devices.PointOfService.BarcodeSymbologyDecodeLengthKind
winrt enum

Windows.Devices.PointOfService.BarcodeSymbologyDecodeLengthKind

-description

The types of decode lengths that barcode symbologies can support.

-enum-fields

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

-field Discrete:1

Decode lengths of either DecodeLength1 or DecodeLength2 single-byte characters.

-field AnyLength:0

Decode lengths of any number.

-remarks

-see-also

-examples