QRCodeEncoding EnumerationNeodynamic Barcode Professional for ASP.NET Class Reference
Specifies the QR Code Encoding to use on that symbology.

Namespace: Neodynamic.Web.MVC.Barcode
Assembly: Neodynamic.Web.MVC.Barcode (in Neodynamic.Web.MVC.Barcode.dll) Version: 8.0.2000.0 (8.0.2000.0)
Syntax

public enum QRCodeEncoding
Members

  Member nameValueDescription
Auto0
Numeric1 Used to encode data that mainly contains numeric characters
AlphaNumeric2 Used to encode data that mainly contains alphanumeric characters
Kanji3 Used to encode data that mainly contains Kanji characters
Byte4 Used to encode 8 bit values
See Also