Enum HanXinCodeErrorCorrectionLevel
Specifies the Error Correction Level to apply for Han Xin Code symbology.
Namespace:Neodynamic.WebControls.BarcodeProfessional
Assembly:Neodynamic.WebControls.BarcodeProfessional.dll
Syntax
public enum HanXinCodeErrorCorrectionLevel
Fields
L1
Approx. 8% of codewords can be restored. L1 is appropriate for high symbol quality and/or the need for the smallest possible symbol.
Declaration
L1 = 0
Field Value
Type | Description |
---|---|
HanXinCodeErrorCorrectionLevel |
L2
Approx. 15% of codewords can be restored. L2 is described as Standard level and offers a good compromise between small size and increased reliability.
Declaration
L2 = 1
Field Value
Type | Description |
---|---|
HanXinCodeErrorCorrectionLevel |
L3
Approx. 23% of codewords can be restored. L3 is a High reliability level and suitable for more critical or poor print quality applications.
Declaration
L3 = 2
Field Value
Type | Description |
---|---|
HanXinCodeErrorCorrectionLevel |
L4
Approx. 30% of codewords can be restored. L4 offers the maximum achievable reliability.
Declaration
L4 = 3
Field Value
Type | Description |
---|---|
HanXinCodeErrorCorrectionLevel |