Enum QRCodeErrorCorrection
Specifies the QR code error correction level.
Namespace: FastReport.Barcode
Assembly: FastReport.OpenSource.dll
Syntax
public enum QRCodeErrorCorrection
Fields
Name | Description |
---|---|
H | H = ~30% correction. |
L | L = ~7% correction. |
M | M = ~15% correction. |
Q | Q = ~25% correction. |