# C1.Web.Mvc.Fluent.CodabarBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_CodabarBuilder" data-uid="C1.Web.Mvc.Fluent.CodabarBuilder" class="text-break">CodabarBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.Codabar.html">Codabar</a>.</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">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Codabar.html">Codabar</a>, <a class="xref" href="C1.Web.Mvc.Fluent.CodabarBuilder.html">CodabarBuilder</a>&gt;</div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.Fluent.ComponentBuilder-2.html">ComponentBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Codabar.html">Codabar</a>, <a class="xref" href="C1.Web.Mvc.Fluent.CodabarBuilder.html">CodabarBuilder</a>&gt;</div>
    <div class="level4"><a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilder-2.html">ControlBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Codabar.html">Codabar</a>, <a class="xref" href="C1.Web.Mvc.Fluent.CodabarBuilder.html">CodabarBuilder</a>&gt;</div>
    <div class="level5"><a class="xref" href="C1.Web.Mvc.Fluent.BarcodeBaseBuilder-2.html">BarcodeBaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Codabar.html">Codabar</a>, <a class="xref" href="C1.Web.Mvc.Fluent.CodabarBuilder.html">CodabarBuilder</a>&gt;</div>
    <div class="level6"><span class="xref">CodabarBuilder</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.html.ihtmlcontent">IHtmlContent</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_CodabarBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CodabarBuilder : BarcodeBaseBuilder&lt;Codabar, CodabarBuilder&gt;, IHtmlContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CodabarBuilder
    Inherits BarcodeBaseBuilder(Of Codabar, CodabarBuilder)
    Implements IHtmlContent</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_Mvc_Fluent_CodabarBuilder__ctor_C1_Web_Mvc_Codabar_" data-uid="C1.Web.Mvc.Fluent.CodabarBuilder.#ctor(C1.Web.Mvc.Codabar)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CodabarBuilder.-ctor.html#C1_Web_Mvc_Fluent_CodabarBuilder__ctor_C1_Web_Mvc_Codabar_">CodabarBuilder(Codabar)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.CodabarBuilder.html">CodabarBuilder</a> instance to configurate <code class="paramref">component</code>.</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_Web_Mvc_Fluent_CodabarBuilder_AutoWidth_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.CodabarBuilder.AutoWidth(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CodabarBuilder.AutoWidth.html#C1_Web_Mvc_Fluent_CodabarBuilder_AutoWidth_System_Boolean_">AutoWidth(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Codabar.AutoWidth.html#C1_Web_Mvc_Codabar_AutoWidth">AutoWidth</a>.
Sets a value indicating whether the control width should automatically change along with the Value length.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CodabarBuilder_AutoWidthZoom_System_Int32_" data-uid="C1.Web.Mvc.Fluent.CodabarBuilder.AutoWidthZoom(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CodabarBuilder.AutoWidthZoom.html#C1_Web_Mvc_Fluent_CodabarBuilder_AutoWidthZoom_System_Int32_">AutoWidthZoom(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Codabar.AutoWidthZoom.html#C1_Web_Mvc_Codabar_AutoWidthZoom">AutoWidthZoom</a>.
Sets a zoom factor applied to the automatically calculated control width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CodabarBuilder_CheckDigit_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.CodabarBuilder.CheckDigit(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CodabarBuilder.CheckDigit.html#C1_Web_Mvc_Fluent_CodabarBuilder_CheckDigit_System_Boolean_">CheckDigit(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Codabar.CheckDigit.html#C1_Web_Mvc_Codabar_CheckDigit">CheckDigit</a>.
Indicates whether the symbol needs a check digit with the Luhn algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CodabarBuilder_LabelPosition_C1_Web_Mvc_Barcode_LabelPosition_" data-uid="C1.Web.Mvc.Fluent.CodabarBuilder.LabelPosition(C1.Web.Mvc.Barcode.LabelPosition)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CodabarBuilder.LabelPosition.html#C1_Web_Mvc_Fluent_CodabarBuilder_LabelPosition_C1_Web_Mvc_Barcode_LabelPosition_">LabelPosition(LabelPosition)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Codabar.LabelPosition.html#C1_Web_Mvc_Codabar_LabelPosition">LabelPosition</a>.
Sets where to render the value of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CodabarBuilder_NwRatio_C1_Web_Mvc_NarrowWideRatio_" data-uid="C1.Web.Mvc.Fluent.CodabarBuilder.NwRatio(C1.Web.Mvc.NarrowWideRatio)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CodabarBuilder.NwRatio.html#C1_Web_Mvc_Fluent_CodabarBuilder_NwRatio_C1_Web_Mvc_NarrowWideRatio_">NwRatio(NarrowWideRatio)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Codabar.NwRatio.html#C1_Web_Mvc_Codabar_NwRatio">NwRatio</a>.
Sets the narrow and wide bar ratio of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CodabarBuilder_ShowLabel_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.CodabarBuilder.ShowLabel(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CodabarBuilder.ShowLabel.html#C1_Web_Mvc_Fluent_CodabarBuilder_ShowLabel_System_Boolean_">ShowLabel(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Codabar.ShowLabel.html#C1_Web_Mvc_Codabar_ShowLabel">ShowLabel</a>.
Indicates whether the value is rendered under the symbol.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
