Sets the version of the QRCode barcode.
Property Data Type
short
Remarks
The default value is 0, this property can be one of the following values.
Value |
Description |
0 |
Auto |
1 |
21 X 21 |
2 |
25 X 25 |
3 |
29 X 29 |
4 |
33 X 33 |
5 |
37 X 37 |
6 |
41 X 41 |
7 |
45 X 45 |
8 |
49 X 49 |
9 |
53 X 53 |
10 |
57 X 57 |
11 |
61 X 61 |
12 |
65 X 65 |
13 |
69 X 69 |
14 |
73 X 73 |
15 |
77 X 77 |
16 |
81 X 81 |
17 |
85 X 85 |
18 |
89 X 89 |
19 |
93 X 93 |
20 |
97 X 97 |
21 |
101 X 101 |
22 |
105 X 105 |
23 |
109 X 109 |
24 |
113 X 113 |
25 |
117 X 117 |
26 |
121 X 121 |
27 |
125 X 125 |
28 |
129 X 129 |
29 |
133 X 133 |
30 |
137 X 137 |
31 |
141 X 141 |
32 |
145 X 145 |
33 |
149 X 149 |
34 |
153 X 153 |
35 |
157 X 157 |
36 |
161 X 161 |
37 |
165 X 165 |
38 |
169 X 169 |
39 |
173 X 173 |
40 |
177 X 177 |
If you set Version to 0 (Auto version), our QRCode ASP component will automatically choose an appropriate version with enough data capacity to encode the string.
If you set Version to other values and the data capacity of the selected version is not big enough to encode the string, our QRCode ASP component will also automatically choose an appropriate version with bigger data capacity to encode the string.