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

In This Topic
    QrCodeModel Enumeration
    In This Topic
    Indicates the model style of QRCode used.
    Syntax
    'Declaration
     
    Public Enum QrCodeModel 
       Inherits System.Enum
    public enum QrCodeModel : System.Enum 
    Members
    MemberDescription
    Model1QRCode model1:Original model. Model1 is the prototype of Model2 and Micro QR.1 to 14 versions are registered to the AIMI standard.
    Model2QRCode model2:Extended model. Model2 has an alignment pattern for better position adjustment and contains larger data than Model 1. 1 to 40 version are registered to the AIMI standard.
    Inheritance Hierarchy

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

    See Also