Enum QRErrorLevel

QRErrorLevel enumeration

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

public enum QRErrorLevel

Values

NameValueDescription
LevelL0Error correction Level L can by applied to QR and MicroQR barcodes. Allows recovery of 7% of the code text.
LevelM1Error 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
LevelQ2Error correction Level Q can be applied to QR barcodes and MicroQR barcodes with version M4. Allows recovery of 25% of the code text
LevelH3Error correction Level H can be applied to QR and RectMicroQR barcodes. Allows recovery of 30% of the code text

See Also