# GrapeCity.ActiveReports.BarCodes.MicroQRVersion

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_ActiveReports_BarCodes_MicroQRVersion" data-uid="GrapeCity.ActiveReports.BarCodes.MicroQRVersion" class="text-break">MicroQRVersion Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the MicroQRCode's version.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.BarCodes.html">GrapeCity.ActiveReports.BarCodes</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_BarCodes_MicroQRVersion_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum MicroQRVersion</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_MicroQRVersion_Auto">Auto</td>
        <td><p>The version of QR code inferred automatically</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_MicroQRVersion_M1">M1</td>
        <td><p>Specifies the micro QR code of version M1 (11 modules).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_MicroQRVersion_M2">M2</td>
        <td><p>Specifies the micro QR code of version M2 (13 modules).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_MicroQRVersion_M3">M3</td>
        <td><p>Specifies the micro QR code of version M3 (15 modules).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_MicroQRVersion_M4">M4</td>
        <td><p>Specifies the micro QR code of version M4 (17 modules).</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>
</div>
