ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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
     
    Public Overridable Property Version As Integer
    public virtual int Version {get; set;}
    See Also