Document Solutions for PDF
GrapeCity.Documents.Barcode Assembly / GrapeCity.Documents.Barcode Namespace / MicroQRVersion Enumeration

In This Topic
    MicroQRVersion Enumeration
    In This Topic
    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.Documents.Barcode.MicroQRVersion

    See Also