[]
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.)
public virtual QrCodeBuilder Version(int value)
Public Overridable Function Version(value As Integer) As QrCodeBuilder
| Type | Name | Description |
|---|---|---|
| int | value | The value. |
| Type | Description |
|---|---|
| QrCodeBuilder | Current builder. |