ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1QRCode Namespace / C1QRCode Class / CodeVersion Property

In This Topic
    CodeVersion Property
    In This Topic
    Gets or sets the "version" of QR code to generate.
    Syntax
    'Declaration
     
    Public Property CodeVersion As System.Integer
    public System.int CodeVersion {get; set;}
    Remarks

    The QR specification includes 40 "versions" of QR codes. Higher versions consume more space and are able to encode more information.

    The C1QRCode control can generate QR codes versions one through ten only, which allow encoding up to 652 digits, or 395 alphanumeric characters, or 271 bytes.

    Set the CodeVersion property to zero (the default value) to automatically use the most compact version able to render the content specified in the Text property.

    See Also