# C1.Web.Api.BarCode.QRCodeOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_BarCode_QRCodeOptions" data-uid="C1.Web.Api.BarCode.QRCodeOptions" class="text-break">QRCodeOptions Class
</h1>
  <div class="markdown level0 summary"><p>The options of QRCode</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">QRCodeOptions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Api.BarCode.html">C1.Web.Api.BarCode</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Api.BarCode.dll</h6>
  <h5 id="C1_Web_Api_BarCode_QRCodeOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class QRCodeOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class QRCodeOptions</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Api_BarCode_QRCodeOptions__ctor" data-uid="C1.Web.Api.BarCode.QRCodeOptions.#ctor">
          <a class="xref" href="C1.Web.Api.BarCode.QRCodeOptions.-ctor.html#C1_Web_Api_BarCode_QRCodeOptions__ctor">QRCodeOptions()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Web.Api.BarCode.QRCodeOptions.html">QRCodeOptions</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Api_BarCode_QRCodeOptions_CodePage" data-uid="C1.Web.Api.BarCode.QRCodeOptions.CodePage">
          <a class="xref" href="C1.Web.Api.BarCode.QRCodeOptions.CodePage.html#C1_Web_Api_BarCode_QRCodeOptions_CodePage">CodePage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the CodePage of the barcode data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_BarCode_QRCodeOptions_Connection" data-uid="C1.Web.Api.BarCode.QRCodeOptions.Connection">
          <a class="xref" href="C1.Web.Api.BarCode.QRCodeOptions.Connection.html#C1_Web_Api_BarCode_QRCodeOptions_Connection">Connection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether connection is used for the barcode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_BarCode_QRCodeOptions_ConnectionNumber" data-uid="C1.Web.Api.BarCode.QRCodeOptions.ConnectionNumber">
          <a class="xref" href="C1.Web.Api.BarCode.QRCodeOptions.ConnectionNumber.html#C1_Web_Api_BarCode_QRCodeOptions_ConnectionNumber">ConnectionNumber</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the connection number for the barcode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_BarCode_QRCodeOptions_ErrorLevel" data-uid="C1.Web.Api.BarCode.QRCodeOptions.ErrorLevel">
          <a class="xref" href="C1.Web.Api.BarCode.QRCodeOptions.ErrorLevel.html#C1_Web_Api_BarCode_QRCodeOptions_ErrorLevel">ErrorLevel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the error correction level for the barcode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_BarCode_QRCodeOptions_Mask" data-uid="C1.Web.Api.BarCode.QRCodeOptions.Mask">
          <a class="xref" href="C1.Web.Api.BarCode.QRCodeOptions.Mask.html#C1_Web_Api_BarCode_QRCodeOptions_Mask">Mask</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the pattern used for the barcode masking.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_BarCode_QRCodeOptions_Model" data-uid="C1.Web.Api.BarCode.QRCodeOptions.Model">
          <a class="xref" href="C1.Web.Api.BarCode.QRCodeOptions.Model.html#C1_Web_Api_BarCode_QRCodeOptions_Model">Model</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the QRCode model.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_BarCode_QRCodeOptions_Version" data-uid="C1.Web.Api.BarCode.QRCodeOptions.Version">
          <a class="xref" href="C1.Web.Api.BarCode.QRCodeOptions.Version.html#C1_Web_Api_BarCode_QRCodeOptions_Version">Version</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the QRCode version.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
