Barcode Plugin for Xojo

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 = 0Lowest error correction mode.
MEDIUM = 12nd lowest error correction mode.
QUARTILE = 22nd highest error correction mode.
HIGH = 3Highest error correction mode.