Web API Edition | ComponentOne
C1.Web.Api.BarCode Namespace / QRCodeModel Enumeration

In This Topic
    QRCodeModel Enumeration
    In This Topic
    Specifies the QRCode's model.
    Syntax
    'Declaration
     
    
    Public Enum QRCodeModel 
       Inherits System.Enum
    public enum QRCodeModel : System.Enum 
    Members
    MemberDescription
    Model1Model1.
    Model2Model2.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Api.BarCode.QRCodeModel

    See Also