[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.QrCodeBuilder.Version

Version Method

Version(int)

Configurates Version. 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.)

Declaration
public virtual QrCodeBuilder Version(int value)
Parameters
Type Name Description
int value

The value.

Returns
Type Description
QrCodeBuilder

Current builder.