QRCodeGenerator.ErrorCorrectionType Enum
A Enum representing error correction modes for the QRCodes. The size of the QRCode increases with higher level of error correction mode.
enum QRCodeGenerator.ErrorCorrectionType
Constants
LOW = 0 | Lowest error correction mode. |
MEDIUM = 1 | 2nd lowest error correction mode. |
QUARTILE = 2 | 2nd highest error correction mode. |
HIGH = 3 | Highest error correction mode. |