HtmlForgeX

API Reference

Enum

EmailQrErrorCorrectionLevel

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

QR error correction level (ISO/IEC 18004). Higher levels increase resilience at the cost of capacity.

Inheritance

  • Enum
  • EmailQrErrorCorrectionLevel

Values

public const EmailQrErrorCorrectionLevel Low #

Low (~7% recovery).

Value: 0
public const EmailQrErrorCorrectionLevel Medium #

Medium (~15% recovery).

Value: 1
public const EmailQrErrorCorrectionLevel Quartile #

Quartile (~25% recovery).

Value: 2
public const EmailQrErrorCorrectionLevel High #

High (~30% recovery).

Value: 3