HanXinErrorLevel

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

NameValueDescription
L10Allows recovery of 8% of the code text.
L21Allows recovery of 15% of the code text.
L32Allows recovery of 23% of the code text.
L43Allows 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.