EnumQRCodeErrorCorrectionLevel
Enum
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.
L
Specifies a Low error correction level. Approximately 7% of the codewords can be restored.
M
Specifies a Medium error correction level. Approximately 15% of the codewords can be restored.
Q
Specifies a Quartile error correction level. Approximately 25% of the codewords can be restored.