ASP.NET Core MVC Controls | ComponentOne
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
    'Usage
     
    
    Dim instance As QrCodeModel
    public enum QrCodeModel : System.Enum 
    public enum QrCodeModel = class(System.Enum)
    public enum QrCodeModel extends System.Enum
    __value public enum QrCodeModel : public System.Enum 
    public enum class QrCodeModel : public 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