HanXinErrorLevel
Contents
[
Hide
]HanXinErrorLevel enum
Module: aspose_barcode.generation.han_xin_error_level
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. |
HanXinErrorLevel.L1
Type: int
Value: 0
Allows recovery of 8% of the code text.
HanXinErrorLevel.L2
Type: int
Value: 1
Allows recovery of 15% of the code text.
HanXinErrorLevel.L3
Type: int
Value: 2
Allows recovery of 23% of the code text.
HanXinErrorLevel.L4
Type: int
Value: 3
Allows recovery of 30% of the code text.