ActiveReports 12
MicroQRVersion Enumeration

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Options Namespace : MicroQRVersion Enumeration
Sets the MicroQRCode's version.
Syntax
'Declaration
 
Public Enum MicroQRVersion 
   Inherits System.Enum
public enum MicroQRVersion : 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.ActiveReports.Options.MicroQRVersion

See Also

Reference

GrapeCity.ActiveReports.Options Namespace