QRErrorLevel

QRErrorLevel enum

Namespace: Aspose.Barcode.Generation

Level of Reed-Solomon error correction. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H.

Enum Values

NameValueDescription
LEVEL_H"3"Allows recovery of 30% of the code text
LEVEL_L"0"Allows recovery of 7% of the code text
LEVEL_M"1"Allows recovery of 15% of the code text
LEVEL_Q"2"Allows recovery of 25% of the code text

LEVEL_H

Value: "3"

Allows recovery of 30% of the code text

LEVEL_L

Value: "0"

Allows recovery of 7% of the code text

LEVEL_M

Value: "1"

Allows recovery of 15% of the code text

LEVEL_Q

Value: "2"

Allows recovery of 25% of the code text