Specifies the version and error correction level for 2D Micro QRCode barcode.
public void setMicroQRCode(short MQVersion, short MQLevel) |
Parameters
MQVersion
Specifies the version of Micro QRCode, a valid value should be one of the following values:
Value |
Description |
1 |
Version M1 with the size 11 X 11 |
2 |
Version M2 with the size 13 X 13 |
3 |
Version M3 with the size 15 X 15 |
4 |
Version M4 with the size 17 X 17 |
MQLevel
Specifies the error correction level of Micro QRCode, a valid value should be one of the following values:
Value |
Description |
1 |
L (applicable to version M2, M3 and M4) |
2 |
M (applicable to version M2, M3 and M4) |
3 |
Q (applicable to version M4 only) |