New to Telerik UI for BlazorStart a free 30-day trial

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
In this article
DefinitionFieldsHLMQ
Not finding the help you need?
Contact Support