Aspose.Barcode for PHP via Java Generation and Recognition API docs
HanXinErrorLevel Class Reference

Public Attributes

const L1 = 0
 
const L2 = 1
 
const L3 = 2
 
const L4 = 3
 

Detailed Description

Level of Reed-Solomon error correction. From low to high: L1, L2, L3, L4.

Member Data Documentation

◆ L1

const HanXinErrorLevel::L1 = 0

Allows recovery of 8% of the code text

◆ L2

const HanXinErrorLevel::L2 = 1

Allows recovery of 15% of the code text

◆ L3

const HanXinErrorLevel::L3 = 2

Allows recovery of 23% of the code text

◆ L4

const HanXinErrorLevel::L4 = 3

Allows recovery of 30% of the code text