| C1.Web.Wijmo.Controls.C1QRCode Namespace > C1QRCode Class : Encoding Property |
'Declaration<C1CategoryAttribute("Data")> <System.ComponentModel.DefaultValueAttribute()> <C1DescriptionAttribute(Key="C1QRCode.Encoding", Description="Determines how the Text should be encoded (automatic, text, numeric, or bytes).")> Public Property Encoding As Encoding
[C1Category("Data")] [System.ComponentModel.DefaultValue()] [C1Description(Key="C1QRCode.Encoding", Description="Determines how the Text should be encoded (automatic, text, numeric, or bytes).")] public Encoding Encoding {get; set;}
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2