Version

SizeVersion Enumeration

Size of the symblol represented in terms of its position in the sequence of permissible sizes from 21x21 modules (Version 1) to 177x177 modules (Version 40) for the QR Code symbols.
Syntax
'Declaration
 
Public Enum SizeVersion 
   Inherits System.Enum
public enum SizeVersion : System.Enum 
Members
MemberDescription
UndefinedIf set, the QR code barcode set internally the smallest version that will accommodate the data.
Version1Version1 defines size of 21x21 modules for the symbol.
Version10Version10 defines size of 57x57 modules for the symbol.
Version11Version11 defines size of 61x61 modules for the symbol.
Version12Version12 defines size of 65x65 modules for the symbol.
Version13Version13 defines size of 69x69 modules for the symbol.
Version14Version14 defines size of 73x73 modules for the symbol.
Version15Version15 defines size of 77x77 modules for the symbol.
Version16Version16 defines size of 81x81 modules for the symbol.
Version17Version17 defines size of 85x85 modules for the symbol.
Version18Version18 defines size of 89x89 modules for the symbol.
Version19Version19 defines size of 93x93 modules for the symbol.
Version2Version2 defines size of 25x25 modules for the symbol.
Version20Version20 defines size of 97x97 modules for the symbol.
Version21Version21 defines size of 101x101 modules for the symbol.
Version22Version22 defines size of 105x105 modules for the symbol.
Version23Version23 defines size of 109x109 modules for the symbol.
Version24Version24 defines size of 113x113 modules for the symbol.
Version25Version25 defines size of 117x117 modules for the symbol.
Version26Version26 defines size of 121x121 modules for the symbol.
Version27Version27 defines size of 125x125 modules for the symbol.
Version28Version28 defines size of 129x129 modules for the symbol.
Version29Version29 defines size of 133x133 modules for the symbol.
Version3Version3 defines size of 29x29 modules for the symbol.
Version30Version30 defines size of 137x137 modules for the symbol.
Version31Version31 defines size of 141x141 modules for the symbol.
Version32Version32 defines size of 145x145 modules for the symbol.
Version33Version33 defines size of 149x149 modules for the symbol.
Version34Version34 defines size of 153x153 modules for the symbol.
Version35Version35 defines size of 157x157 modules for the symbol.
Version36Version36 defines size of 161x161 modules for the symbol.
Version37Version37 defines size of 165x165 modules for the symbol.
Version38Version38 defines size of 169x169 modules for the symbol.
Version39Version39 defines size of 173x173 modules for the symbol.
Version4Version4 defines size of 33x33 modules for the symbol.
Version40Version40 defines size of 177x177 modules for the symbol.
Version5Version5 defines size of 37x37 modules for the symbol.
Version6Version6 defines size of 41x41 modules for the symbol.
Version7Version7 defines size of 45x45 modules for the symbol.
Version8Version8 defines size of 49x49 modules for the symbol.
Version9Version9 defines size of 53x53 modules for the symbol.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub