QRErrorLevel

QRErrorLevel enumeration

Level of Reed-Solomon error correction. From low to high: LevelL, LevelM, LevelQ, LevelH.

Members

Member name Description
LEVEL_L Error correction Level L can by applied to QR and MicroQR barcodes.
Allows recovery of 7% of the code text.
LEVEL_M Error correction Level M can be applied to QR barcodes, RectMicroQR barcodes and MicroQR barcodes with versions from M2 to M4.
Allows recovery of 15% of the code text
LEVEL_Q Error correction Level Q can be applied to QR barcodes and MicroQR barcodes with version M4.
Allows recovery of 25% of the code text
LEVEL_H Error correction Level H can be applied to QR and RectMicroQR barcodes.
Allows recovery of 30% of the code text

See Also