[]
Represents a control for drawing QRCode barcode type.
public class QrCode : BarcodeBase, IHtmlString, ITemplate
| Name | Description |
|---|---|
| QrCode(HtmlHelper, string) | Creates one QrCode instance. |
| Name | Description |
|---|---|
| CharCode | Gets or sets the collection of characters associated with the charset. |
| Charset | Gets or sets which charset to encode this control. |
| Connection | Indicates whether the symbol is a part of a structured append message. |
| ConnectionIndex | Gets or sets the index of the symbol block in the structured append message. |
| ErrorCorrectionLevel | Gets or sets the restoration ability of QRCode. |
| Mask | Gets or sets the patterns that are defined on a grid, which are repeated as necessary to cover the whole symbol. |
| Model | Gets or sets the model style of the control used. |
| Version | 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.) |