ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / QrCodeCharset Enumeration

In This Topic
    QrCodeCharset Enumeration
    In This Topic
    Defines encoding charset type for barcode.
    Syntax
    'Declaration
     
    Public Enum QrCodeCharset 
       Inherits System.Enum
    public enum QrCodeCharset : System.Enum 
    Members
    MemberDescription
    ShiftJisUses Shift_JIS charset for encoding.
    Utf8Uses UTF-8 charset for encoding.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.QrCodeCharset

    See Also