Enum
QRCodeErrorCorrectionLevel

Specifies a QR code error correction level.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum QRCodeErrorCorrectionLevel

Fields

H

Specifies a High error correction level. Approximately 30% of the codewords can be restored.

Declaration

cs-api-definition
H = 3

Field Value

QRCodeErrorCorrectionLevel

L

Specifies a Low error correction level. Approximately 7% of the codewords can be restored.

Declaration

cs-api-definition
L = 0

Field Value

QRCodeErrorCorrectionLevel

M

Specifies a Medium error correction level. Approximately 15% of the codewords can be restored.

Declaration

cs-api-definition
M = 1

Field Value

QRCodeErrorCorrectionLevel

Q

Specifies a Quartile error correction level. Approximately 25% of the codewords can be restored.

Declaration

cs-api-definition
Q = 2

Field Value

QRCodeErrorCorrectionLevel

In this article
DefinitionFieldsHLMQ
Not finding the help you need?
Contact Support