# C1.BarCode.MaxiCodeOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_BarCode_MaxiCodeOptions" data-uid="C1.BarCode.MaxiCodeOptions" class="text-break">MaxiCodeOptions Class
</h1>
  <div class="markdown level0 summary"><p>Represents the MaxiCode barcode's particular information.</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">MaxiCodeOptions</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.4.6.2.dll</h6>
  <h5 id="C1_BarCode_MaxiCodeOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MaxiCodeOptions : BarCodeOptionsBase, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MaxiCodeOptions
    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_MaxiCodeOptions__ctor" data-uid="C1.BarCode.MaxiCodeOptions.#ctor">
          <a class="xref" href="C1.BarCode.MaxiCodeOptions.-ctor.html#C1_BarCode_MaxiCodeOptions__ctor">MaxiCodeOptions()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.BarCode.MaxiCodeOptions.html">MaxiCodeOptions</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_MaxiCodeOptions__ctor_System_String_" data-uid="C1.BarCode.MaxiCodeOptions.#ctor(System.String)">
          <a class="xref" href="C1.BarCode.MaxiCodeOptions.-ctor.html#C1_BarCode_MaxiCodeOptions__ctor_System_String_">MaxiCodeOptions(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.BarCode.MaxiCodeOptions.html">MaxiCodeOptions</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_BarCode_MaxiCodeOptions_Mode" data-uid="C1.BarCode.MaxiCodeOptions.Mode">
          <a class="xref" href="C1.BarCode.MaxiCodeOptions.Mode.html#C1_BarCode_MaxiCodeOptions_Mode">Mode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the MaxiCode mode.</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_MaxiCodeOptions_AssignFrom_C1_BarCode_BarCodeOptionsBase_" data-uid="C1.BarCode.MaxiCodeOptions.AssignFrom(C1.BarCode.BarCodeOptionsBase)">
          <a class="xref" href="C1.BarCode.MaxiCodeOptions.AssignFrom.html#C1_BarCode_MaxiCodeOptions_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_MaxiCodeOptions_Clone" data-uid="C1.BarCode.MaxiCodeOptions.Clone">
          <a class="xref" href="C1.BarCode.MaxiCodeOptions.Clone.html#C1_BarCode_MaxiCodeOptions_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object that is a copy of the current instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_MaxiCodeOptions_Equals_System_Object_" data-uid="C1.BarCode.MaxiCodeOptions.Equals(System.Object)">
          <a class="xref" href="C1.BarCode.MaxiCodeOptions.Equals.html#C1_BarCode_MaxiCodeOptions_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_MaxiCodeOptions_GetHashCode" data-uid="C1.BarCode.MaxiCodeOptions.GetHashCode">
          <a class="xref" href="C1.BarCode.MaxiCodeOptions.GetHashCode.html#C1_BarCode_MaxiCodeOptions_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Overridden. Returns the hash code of the string representation of this instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_MaxiCodeOptions_ToString" data-uid="C1.BarCode.MaxiCodeOptions.ToString">
          <a class="xref" href="C1.BarCode.MaxiCodeOptions.ToString.html#C1_BarCode_MaxiCodeOptions_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 this instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
