# C1.BarCode.MicroQRVersion

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_BarCode_MicroQRVersion" data-uid="C1.BarCode.MicroQRVersion" class="text-break">MicroQRVersion Enum
</h1>
  <div class="markdown level0 summary"><p>Sets the MicroQRCode's version.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.BarCode.html">C1.BarCode</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.BarCode.dll</h6>
  <h5 id="C1_BarCode_MicroQRVersion_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum MicroQRVersion</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet 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="C1_BarCode_MicroQRVersion_Auto">Auto</td>
        <td><p>The version of QR code inferred automatically</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_MicroQRVersion_M1">M1</td>
        <td><p>Specifies the micro QR code of version M1 (11 modules).</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_MicroQRVersion_M2">M2</td>
        <td><p>Specifies the micro QR code of version M2 (13 modules).</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_MicroQRVersion_M3">M3</td>
        <td><p>Specifies the micro QR code of version M3 (15 modules).</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_MicroQRVersion_M4">M4</td>
        <td><p>Specifies the micro QR code of version M4 (17 modules).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
