Aztec Code Target Size
Either set height property in codebehind .cs file
BCSBarcodeCtrl1.AztecTargetSize = 0;
Or add a tag directly
< img src="barcodesoft.ashx?s=aztec&as=2
< img src="barcodesoft.ashx?s=aztec&as=3
int AztecTargetSize
Default value of AztecTargetSize property is 0 (Auto-select).
You can set it to a value between 1 and 36 as listed below.
Other value will be reset to its default value.
Value |
Format |
1 |
15 X 15 compact |
2 |
19 X 19 |
3 |
19 X 19 compact |
4 |
23 X 23 |
5 |
23 X 23 compact |
6 |
27 X 27 |
7 |
27 X 27 compact |
8 |
31 X 31 |
9 |
37 X 37 |
10 |
41 X 41 |
11 |
45 X 45 |
12 |
49 X 49 |
13 |
53 X 53 |
14 |
57 X 57 |
15 |
61 X 61 |
16 |
67 X 67 |
17 |
71 X 71 |
18 |
75 X 75 |
19 |
79 X 79 |
20 |
83 X 83 |
21 |
87 X 87 |
22 |
91 X 91 |
23 |
95 X 95 |
24 |
101 X 101 |
25 |
105 X 105 |
26 |
109 X 109 |
27 |
113 X 113 |
28 |
117 X 117 |
29 |
121 X 121 |
30 |
125 X 125 |
31 |
131 X 131 |
32 |
135 X 135 |
33 |
139 X 139 |
34 |
143 X 143 |
35 |
147 X 147 |
36 |
151 X 151 |
You can also setup AztecTargetSize property through URL by setting "as":
<img src="Barcodesoft.ashx?s=aztec&TEXT=1234&as=2>
|