DS.Documents.Barcode Assembly / GrapeCity.Documents.Barcode Namespace / MicroQRVersion Enumeration

MicroQRVersion Enumeration
Sets the MicroQRCode's version.
Syntax
'Declaration
 
Public Enum MicroQRVersion 
   Inherits System.Enum
 
Members
MemberDescription
AutoThe version of QR code inferred automatically
M1Specifies the micro QR code of version M1 (11 modules).
M2Specifies the micro QR code of version M2 (13 modules).
M3Specifies the micro QR code of version M3 (15 modules).
M4Specifies the micro QR code of version M4 (17 modules).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Barcode.MicroQRVersion

See Also