Specifies a QR code error correction level.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum QRCodeErrorCorrectionLevel
Fields
Specifies a High error correction level. Approximately 30% of the codewords can be restored.
C#
H = 3
Specifies a Low error correction level. Approximately 7% of the codewords can be restored.
C#
L = 0
Specifies a Medium error correction level. Approximately 15% of the codewords can be restored.
C#
M = 1
Specifies a Quartile error correction level. Approximately 25% of the codewords can be restored.
C#
Q = 2