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

Specifies a QR code encoding mode.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public enum QRCodeEncoding

Fields

Specifies the default encoding - ISO/IEC 8859-1.

C#
ISO_8859_1 = 0

Specifies a UTF-8 encoding.

C#
UTF_8 = 1

Specifies a UTF-8 encoding without a BOM (Byte Order Mark).

C#
UTF_8_NO_BOM = 2
In this article
DefinitionFieldsISO_8859_1UTF_8UTF_8_NO_BOM
Not finding the help you need?
Contact Support