Class QRCodeErrorCorrectionLevel
Specifies a QR code error correction level.
Inheritance
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class QRCodeErrorCorrectionLevel : Enum
Fields
H
Specifies a High error correction level. Approximately 30% of the codewords can be restored.
Declaration
public const QRCodeErrorCorrectionLevel H
Field Value
QRCodeErrorCorrectionLevel
|
L
Specifies a Low error correction level. Approximately 7% of the codewords can be restored.
Declaration
public const QRCodeErrorCorrectionLevel L
Field Value
QRCodeErrorCorrectionLevel
|
M
Specifies a Medium error correction level. Approximately 15% of the codewords can be restored.
Declaration
public const QRCodeErrorCorrectionLevel M
Field Value
QRCodeErrorCorrectionLevel
|
Q
Specifies a Quartile error correction level. Approximately 25% of the codewords can be restored.
Declaration
public const QRCodeErrorCorrectionLevel Q
Field Value
QRCodeErrorCorrectionLevel
|
value__
Declaration
public int value__
Field Value
System.Int32
|