CodeGlyphX logo
CodeGlyphX

API Reference

Enum

QrErrorCorrectionLevel

Namespace CodeGlyphX
Assembly CodeGlyphX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

QR Code error correction level.

Inheritance

  • Enum
  • QrErrorCorrectionLevel

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const QrErrorCorrectionLevel L #

Low (~7%).

Value: 0
public const QrErrorCorrectionLevel M #

Medium (~15%).

Value: 1
public const QrErrorCorrectionLevel Q #

Quartile (~25%).

Value: 2
public const QrErrorCorrectionLevel H #

High (~30%).

Value: 3