ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / QrCode Class / Version Property

In This Topic
    Version Property (QrCode)
    In This Topic
    Gets or sets the different module configuration of the control. The versions of QRCode range from version 1 to version 40. Each version has a different module configuration or number of modules. (The module refers to the black and white dots that make up QRCode.)
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    Public Overridable Property Version As Integer
    [Json(1)]
    public virtual int Version {get; set;}
    See Also