# C1.BarCode.Ean128Fnc1Options

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_BarCode_Ean128Fnc1Options" data-uid="C1.BarCode.Ean128Fnc1Options" class="text-break">Ean128Fnc1Options Class
</h1>
  <div class="markdown level0 summary"><p>The options of Code128</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">Ean128Fnc1Options</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.Web.Api.BarCode.dll</h6>
  <h5 id="C1_BarCode_Ean128Fnc1Options_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(Code128Converter))]
public class Ean128Fnc1Options : BarCodeOptionsBase, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(Code128Converter))&gt;
Public Class Ean128Fnc1Options
    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_Ean128Fnc1Options__ctor" data-uid="C1.BarCode.Ean128Fnc1Options.#ctor">
          <a class="xref" href="C1.BarCode.Ean128Fnc1Options.-ctor.html#C1_BarCode_Ean128Fnc1Options__ctor">Ean128Fnc1Options()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.BarCode.Ean128Fnc1Options.html">Ean128Fnc1Options</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_Ean128Fnc1Options__ctor_System_String_" data-uid="C1.BarCode.Ean128Fnc1Options.#ctor(System.String)">
          <a class="xref" href="C1.BarCode.Ean128Fnc1Options.-ctor.html#C1_BarCode_Ean128Fnc1Options__ctor_System_String_">Ean128Fnc1Options(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.BarCode.Ean128Fnc1Options.html">Ean128Fnc1Options</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_Ean128Fnc1Options_BarAdjust" data-uid="C1.BarCode.Ean128Fnc1Options.BarAdjust">
          <a class="xref" href="C1.BarCode.Ean128Fnc1Options.BarAdjust.html#C1_BarCode_Ean128Fnc1Options_BarAdjust">BarAdjust</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the adjustment size by dot.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_Ean128Fnc1Options_Dpi" data-uid="C1.BarCode.Ean128Fnc1Options.Dpi">
          <a class="xref" href="C1.BarCode.Ean128Fnc1Options.Dpi.html#C1_BarCode_Ean128Fnc1Options_Dpi">Dpi</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the resolution of the printer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_Ean128Fnc1Options_ModuleSize" data-uid="C1.BarCode.Ean128Fnc1Options.ModuleSize">
          <a class="xref" href="C1.BarCode.Ean128Fnc1Options.ModuleSize.html#C1_BarCode_Ean128Fnc1Options_ModuleSize">ModuleSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal size of the barcode module.</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_Ean128Fnc1Options_AssignFrom_C1_BarCode_BarCodeOptionsBase_" data-uid="C1.BarCode.Ean128Fnc1Options.AssignFrom(C1.BarCode.BarCodeOptionsBase)">
          <a class="xref" href="C1.BarCode.Ean128Fnc1Options.AssignFrom.html#C1_BarCode_Ean128Fnc1Options_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_Ean128Fnc1Options_Clone" data-uid="C1.BarCode.Ean128Fnc1Options.Clone">
          <a class="xref" href="C1.BarCode.Ean128Fnc1Options.Clone.html#C1_BarCode_Ean128Fnc1Options_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Makes object copy</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_Ean128Fnc1Options_ToString" data-uid="C1.BarCode.Ean128Fnc1Options.ToString">
          <a class="xref" href="C1.BarCode.Ean128Fnc1Options.ToString.html#C1_BarCode_Ean128Fnc1Options_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>
