PDF417ErrorCorrectionLevel Enumeration
|
Specifies the Error Correction Level to apply to the PDF417 symbology.
Namespace:
Zebra.Sdk.Card.Graphics.Barcode.Enumerations
Assembly:
SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax public enum PDF417ErrorCorrectionLevel
Public Enumeration PDF417ErrorCorrectionLevel
public enum class PDF417ErrorCorrectionLevel
Members
| Member name | Value | Description |
---|
| Level0 | 0 |
Level 0.
|
| Level1 | 1 |
Level 1.
|
| Level2 | 2 |
Level 2.
|
| Level3 | 3 |
Level 3.
|
| Level4 | 4 |
Level 4.
|
| Level5 | 5 |
Level 5.
|
| Level6 | 6 |
Level 6.
|
| Level7 | 7 |
Level 7.
|
| Level8 | 8 |
Level 8.
|
See Also