In This Article

QrVersion Enum

Specifies the various versions supported by QrCodeSymbology. The size of the symbol for Micro QR Code symbols is always 9 + (2 * microVersion). For the 40 versions of regular QR Code symbols, the size is 17 + (4 * version). All versions are square.

public enum QrVersion

Fields

Name Description
Version1

Indicates that the version should be 1. The symbol size is 21.

Version10

Indicates that the version should be 10. The symbol size is 57.

Version11

Indicates that the version should be 11. The symbol size is 61.

Version12

Indicates that the version should be 12. The symbol size is 65.

Version13

Indicates that the version should be 13. The symbol size is 69.

Version14

Indicates that the version should be 14. The symbol size is 73.

Version15

Indicates that the version should be 15. The symbol size is 77.

Version16

Indicates that the version should be 16. The symbol size is 81.

Version17

Indicates that the version should be 17. The symbol size is 85.

Version18

Indicates that the version should be 18. The symbol size is 89.

Version19

Indicates that the version should be 19. The symbol size is 93.

Version2

Indicates that the version should be 2. The symbol size is 25.

Version20

Indicates that the version should be 20. The symbol size is 97.

Version21

Indicates that the version should be 21. The symbol size is 101.

Version22

Indicates that the version should be 22. The symbol size is 105.

Version23

Indicates that the version should be 23. The symbol size is 109.

Version24

Indicates that the version should be 24. The symbol size is 113.

Version25

Indicates that the version should be 25. The symbol size is 117.

Version26

Indicates that the version should be 26. The symbol size is 121.

Version27

Indicates that the version should be 27. The symbol size is 125.

Version28

Indicates that the version should be 28. The symbol size is 129.

Version29

Indicates that the version should be 29. The symbol size is 133.

Version3

Indicates that the version should be 3. The symbol size is 29.

Version30

Indicates that the version should be 30. The symbol size is 137.

Version31

Indicates that the version should be 31. The symbol size is 141.

Version32

Indicates that the version should be 32. The symbol size is 145.

Version33

Indicates that the version should be 33. The symbol size is 149.

Version34

Indicates that the version should be 34. The symbol size is 153.

Version35

Indicates that the version should be 35. The symbol size is 157.

Version36

Indicates that the version should be 36. The symbol size is 161.

Version37

Indicates that the version should be 37. The symbol size is 165.

Version38

Indicates that the version should be 38. The symbol size is 169.

Version39

Indicates that the version should be 39. The symbol size is 173.

Version4

Indicates that the version should be 4. The symbol size is 33.

Version40

Indicates that the version should be 40. The symbol size is 177.

Version5

Indicates that the version should be 5. The symbol size is 37.

Version6

Indicates that the version should be 6. The symbol size is 41.

Version7

Indicates that the version should be 7. The symbol size is 45.

Version8

Indicates that the version should be 8. The symbol size is 49.

Version9

Indicates that the version should be 9. The symbol size is 53.