HanXinErrorLevel
Contents
[
Hide
]HanXinErrorLevel enum
Namespace: Aspose.Barcode.Generation
Level of Reed-Solomon error correction. From low to high: L1, L2, L3, L4.
Enum Values
| Name | Value | Description |
|---|---|---|
| L1 | 0 | Allows recovery of 8% of the code text |
| L2 | 1 | Allows recovery of 15% of the code text |
| L3 | 2 | Allows recovery of 23% of the code text |
| L4 | 3 | Allows recovery of 30% of the code text |
L1
Value: 0
Allows recovery of 8% of the code text
L2
Value: 1
Allows recovery of 15% of the code text
L3
Value: 2
Allows recovery of 23% of the code text
L4
Value: 3
Allows recovery of 30% of the code text