New to Kendo UI for AngularStart a free 30-day trial

QRCodeErrorCorrection

The QR Code error correction levels.

  • "L"—Approximately 7% of the codewords can be restored.
  • "M"—Approximately 15% of the codewords can be restored.
  • "Q"—Approximately 25% of the codewords can be restored.
  • "H"—Approximately 30% of the codewords can be restored.

type QRCodeErrorCorrection = "L" | "M" | "Q" | "H";

Not finding the help you need?
Contact Support