QRVersion

QRVersion enumeration

Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr.

public enum QRVersion

Values

NameValueDescription
AUTO0Specifies to automatically pick up the best version for QR. This is default value.
VERSION_011Specifies version 1 with 21 x 21 modules.
VERSION_022Specifies version 2 with 25 x 25 modules.
VERSION_033Specifies version 3 with 29 x 29 modules.
VERSION_044Specifies version 4 with 33 x 33 modules.
VERSION_055Specifies version 5 with 37 x 37 modules.
VERSION_066Specifies version 6 with 41 x 41 modules.
VERSION_077Specifies version 7 with 45 x 45 modules.
VERSION_088Specifies version 8 with 49 x 49 modules.
VERSION_099Specifies version 9 with 53 x 53 modules.
VERSION_1010Specifies version 10 with 57 x 57 modules.
VERSION_1111Specifies version 11 with 61 x 61 modules.
VERSION_1212Specifies version 12 with 65 x 65 modules.
VERSION_1313Specifies version 13 with 69 x 69 modules.
VERSION_1414Specifies version 14 with 73 x 73 modules.
VERSION_1515Specifies version 15 with 77 x 77 modules.
VERSION_1616Specifies version 16 with 81 x 81 modules.
VERSION_1717Specifies version 17 with 85 x 85 modules.
VERSION_1818Specifies version 18 with 89 x 89 modules.
VERSION_1919Specifies version 19 with 93 x 93 modules.
VERSION_2020Specifies version 20 with 97 x 97 modules.
VERSION_2121Specifies version 21 with 101 x 101 modules.
VERSION_2222Specifies version 22 with 105 x 105 modules.
VERSION_2323Specifies version 23 with 109 x 109 modules.
VERSION_2424Specifies version 24 with 113 x 113 modules.
VERSION_2525Specifies version 25 with 117 x 117 modules.
VERSION_2626Specifies version 26 with 121 x 121 modules.
VERSION_2727Specifies version 27 with 125 x 125 modules.
VERSION_2828Specifies version 28 with 129 x 129 modules.
VERSION_2929Specifies version 29 with 133 x 133 modules.
VERSION_3030Specifies version 30 with 137 x 137 modules.
VERSION_3131Specifies version 31 with 141 x 141 modules.
VERSION_3232Specifies version 32 with 145 x 145 modules.
VERSION_3333Specifies version 33 with 149 x 149 modules.
VERSION_3434Specifies version 34 with 153 x 153 modules.
VERSION_3535Specifies version 35 with 157 x 157 modules.
VERSION_3636Specifies version 36 with 161 x 161 modules.
VERSION_3737Specifies version 37 with 165 x 165 modules.
VERSION_3838Specifies version 38 with 169 x 169 modules.
VERSION_3939Specifies version 39 with 173 x 173 modules.
VERSION_4040Specifies version 40 with 177 x 177 modules.
VERSION_M1101Specifies version M1 for Micro QR with 11 x 11 modules.
VERSION_M2102Specifies version M2 for Micro QR with 13 x 13 modules.
VERSION_M3103Specifies version M3 for Micro QR with 15 x 15 modules.
VERSION_M4104Specifies version M4 for Micro QR with 17 x 17 modules.

See Also