# C1.BarCode.QRCodeOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_BarCode_QRCodeOptions" data-uid="C1.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"><a class="xref" href="C1.BarCode.BarCodeOptionsBase.html">BarCodeOptionsBase</a></div>
    <div class="level2"><span class="xref">QRCodeOptions</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </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_QRCodeOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class QRCodeOptions : BarCodeOptionsBase, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class QRCodeOptions
    Inherits BarCodeOptionsBase
    Implements ICloneable</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_BarCode_QRCodeOptions__ctor" data-uid="C1.BarCode.QRCodeOptions.#ctor">
          <a class="xref" href="C1.BarCode.QRCodeOptions.-ctor.html#C1_BarCode_QRCodeOptions__ctor">QRCodeOptions()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <span class="xref">C1.BarCode.QRCode</span> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_QRCodeOptions__ctor_System_String_" data-uid="C1.BarCode.QRCodeOptions.#ctor(System.String)">
          <a class="xref" href="C1.BarCode.QRCodeOptions.-ctor.html#C1_BarCode_QRCodeOptions__ctor_System_String_">QRCodeOptions(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <span class="xref">C1.BarCode.QRCode</span> 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_BarCode_QRCodeOptions_Connection" data-uid="C1.BarCode.QRCodeOptions.Connection">
          <a class="xref" href="C1.BarCode.QRCodeOptions.Connection.html#C1_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_BarCode_QRCodeOptions_ConnectionNumber" data-uid="C1.BarCode.QRCodeOptions.ConnectionNumber">
          <a class="xref" href="C1.BarCode.QRCodeOptions.ConnectionNumber.html#C1_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_BarCode_QRCodeOptions_Encoding" data-uid="C1.BarCode.QRCodeOptions.Encoding">
          <a class="xref" href="C1.BarCode.QRCodeOptions.Encoding.html#C1_BarCode_QRCodeOptions_Encoding">Encoding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Encoding of the barcode data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_QRCodeOptions_ErrorLevel" data-uid="C1.BarCode.QRCodeOptions.ErrorLevel">
          <a class="xref" href="C1.BarCode.QRCodeOptions.ErrorLevel.html#C1_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_BarCode_QRCodeOptions_Mask" data-uid="C1.BarCode.QRCodeOptions.Mask">
          <a class="xref" href="C1.BarCode.QRCodeOptions.Mask.html#C1_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_BarCode_QRCodeOptions_Model" data-uid="C1.BarCode.QRCodeOptions.Model">
          <a class="xref" href="C1.BarCode.QRCodeOptions.Model.html#C1_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_BarCode_QRCodeOptions_Version" data-uid="C1.BarCode.QRCodeOptions.Version">
          <a class="xref" href="C1.BarCode.QRCodeOptions.Version.html#C1_BarCode_QRCodeOptions_Version">Version</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the QRCode version.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_BarCode_QRCodeOptions_AssignFrom_C1_BarCode_BarCodeOptionsBase_" data-uid="C1.BarCode.QRCodeOptions.AssignFrom(C1.BarCode.BarCodeOptionsBase)">
          <a class="xref" href="C1.BarCode.QRCodeOptions.AssignFrom.html#C1_BarCode_QRCodeOptions_AssignFrom_C1_BarCode_BarCodeOptionsBase_">AssignFrom(BarCodeOptionsBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="C1.BarCode.BarCodeOptionsBase.html">BarCodeOptionsBase</a> to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_QRCodeOptions_Clone" data-uid="C1.BarCode.QRCodeOptions.Clone">
          <a class="xref" href="C1.BarCode.QRCodeOptions.Clone.html#C1_BarCode_QRCodeOptions_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Makes object copy</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_QRCodeOptions_Reset" data-uid="C1.BarCode.QRCodeOptions.Reset">
          <a class="xref" href="C1.BarCode.QRCodeOptions.Reset.html#C1_BarCode_QRCodeOptions_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets all properties to default values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_QRCodeOptions_ResetEncoding" data-uid="C1.BarCode.QRCodeOptions.ResetEncoding">
          <a class="xref" href="C1.BarCode.QRCodeOptions.ResetEncoding.html#C1_BarCode_QRCodeOptions_ResetEncoding">ResetEncoding()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_BarCode_QRCodeOptions_ShouldSerialize" data-uid="C1.BarCode.QRCodeOptions.ShouldSerialize">
          <a class="xref" href="C1.BarCode.QRCodeOptions.ShouldSerialize.html#C1_BarCode_QRCodeOptions_ShouldSerialize">ShouldSerialize()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether any property of this object has changed from its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_QRCodeOptions_ShouldSerializeEncoding" data-uid="C1.BarCode.QRCodeOptions.ShouldSerializeEncoding">
          <a class="xref" href="C1.BarCode.QRCodeOptions.ShouldSerializeEncoding.html#C1_BarCode_QRCodeOptions_ShouldSerializeEncoding">ShouldSerializeEncoding()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_BarCode_QRCodeOptions_ToString" data-uid="C1.BarCode.QRCodeOptions.ToString">
          <a class="xref" href="C1.BarCode.QRCodeOptions.ToString.html#C1_BarCode_QRCodeOptions_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> that represents the current <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
