Enum HanXinCodeErrorCorrectionLevel
Specifies the Error Correction Level to apply for Han Xin Code symbology.
Namespace: Neodynamic.WPF
Assembly: Neodynamic.WPF.Barcode.dll
Syntax
public enum HanXinCodeErrorCorrectionLevel
Fields
Name | Description |
---|---|
L1 | Approx. 8% of codewords can be restored. L1 is appropriate for high symbol quality and/or the need for the smallest possible symbol. |
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. |
L3 | Approx. 23% of codewords can be restored. L3 is a High reliability level and suitable for more critical or poor print quality applications. |
L4 | Approx. 30% of codewords can be restored. L4 offers the maximum achievable reliability. |