QRCode for ASP.NET Web Forms
Encoding Property

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1QRCode Namespace > C1QRCode Class : Encoding Property
Gets or sets the Encoding used to translate the content in the Text property into binary values to be encoded in the QR code.
Syntax
'Declaration
 
Public Property Encoding As Encoding
public Encoding Encoding {get; set;}
Remarks

More flexible encodings have lower capacity. The C1QRCode control can encode up to 652 digits, or 395 alphanumeric characters, or 271 bytes.

The default value for this property is Encoding.Automatic, which causes the control to automatically select the most compact encoding that can be used based on the content specified in the Text property.

See Also

Reference

C1QRCode Class
C1QRCode Members