Class HanXinCodeErrorCorrectionLevel
Specifies the Error Correction Level to apply for Han Xin Code symbology.
Inheritance
System.Object
HanXinCodeErrorCorrectionLevel
Namespace: Neodynamic.SDK.BarcodeCore
Assembly: Neodynamic.SDK.BarcodeCore.dll
Syntax
public sealed class HanXinCodeErrorCorrectionLevel : Enum
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
public const HanXinCodeErrorCorrectionLevel L1
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
public const HanXinCodeErrorCorrectionLevel L2
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
public const HanXinCodeErrorCorrectionLevel L3
Field Value
Type | Description |
---|---|
HanXinCodeErrorCorrectionLevel |
L4
Approx. 30% of codewords can be restored. L4 offers the maximum achievable reliability.
Declaration
public const HanXinCodeErrorCorrectionLevel L4
Field Value
Type | Description |
---|---|
HanXinCodeErrorCorrectionLevel |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |