ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1QRCode Namespace / Encoding Enumeration

In This Topic
    Encoding Enumeration
    In This Topic
    Specifies the type of encoding to use (more flexible encodings consume more space).
    Syntax
    'Declaration
     
    Public Enum Encoding 
       Inherits System.Enum
    public enum Encoding : System.Enum 
    Members
    MemberDescription
    AlphaNumericEncode up to 395 alpha-numeric values. Alpha-numeric values include digits from 0 to 9, uppercase letters from A to Z, space, and the following additional characters: dollar, percentage, asterisk, plus, minus, slash, and colon ([0-9][A-Z][$%*+-./:]).
    AutomaticSelect encoding automatically based on the content.
    ByteEncode up to 271 bytes.
    NumericEncode up to 652 numeric values.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1QRCode.Encoding

    See Also