Enum QRCodeGenerator.ECCLevel
Error correction level. These define the tolerance levels for how much of the code can be lost before the code cannot be recovered.
Namespace: QRCoder
Assembly: Subsembly.Scraper.dll
Syntax
public enum QRCodeGenerator.ECCLevel
Fields
Name | Description |
---|---|
H | 30% may be lost before recovery is not possible |
L | 7% may be lost before recovery is not possible |
M | 15% may be lost before recovery is not possible |
Q | 25% may be lost before recovery is not possible |