C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1QRCode Namespace / C1QRCode Class / Encoding Property

In This Topic
Encoding Property
In This Topic
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
 
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