# C1.Web.Mvc.QrCodeCorrectionLevel

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Web_Mvc_QrCodeCorrectionLevel" data-uid="C1.Web.Mvc.QrCodeCorrectionLevel" class="text-break">QrCodeCorrectionLevel Enum
</h1>
  <div class="markdown level0 summary"><p>Defines QRCode Error Correction level to restore data if the code is dirty or damaged.
Please refer to the details about <a href="https://www.qrcode.com/en/about/error_correction.html" target="_blank">ErrorCorrectionLevel</a></p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_QrCodeCorrectionLevel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum QrCodeCorrectionLevel</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum QrCodeCorrectionLevel</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_Web_Mvc_QrCodeCorrectionLevel_High">High</td>
        <td><p>It corrects code approx 30%</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_QrCodeCorrectionLevel_Low">Low</td>
        <td><p>It corrects code approx 7%</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_QrCodeCorrectionLevel_Medium">Medium</td>
        <td><p>It corrects code approx 15%</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_QrCodeCorrectionLevel_Quartile">Quartile</td>
        <td><p>It corrects code approx 25%</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
