# C1.Web.Mvc.Fluent.Interleaved2of5Builder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_Interleaved2of5Builder" data-uid="C1.Web.Mvc.Fluent.Interleaved2of5Builder" class="text-break">Interleaved2of5Builder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.Interleaved2of5.html">Interleaved2of5</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.Interleaved2of5.html">Interleaved2of5</a>, <a class="xref" href="C1.Web.Mvc.Fluent.Interleaved2of5Builder.html">Interleaved2of5Builder</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.Interleaved2of5.html">Interleaved2of5</a>, <a class="xref" href="C1.Web.Mvc.Fluent.Interleaved2of5Builder.html">Interleaved2of5Builder</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.Interleaved2of5.html">Interleaved2of5</a>, <a class="xref" href="C1.Web.Mvc.Fluent.Interleaved2of5Builder.html">Interleaved2of5Builder</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.Interleaved2of5.html">Interleaved2of5</a>, <a class="xref" href="C1.Web.Mvc.Fluent.Interleaved2of5Builder.html">Interleaved2of5Builder</a>&gt;</div>
    <div class="level6"><span class="xref">Interleaved2of5Builder</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_Interleaved2of5Builder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Interleaved2of5Builder : BarcodeBaseBuilder&lt;Interleaved2of5, Interleaved2of5Builder&gt;, IHtmlContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Interleaved2of5Builder
    Inherits BarcodeBaseBuilder(Of Interleaved2of5, Interleaved2of5Builder)
    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_Interleaved2of5Builder__ctor_C1_Web_Mvc_Interleaved2of5_" data-uid="C1.Web.Mvc.Fluent.Interleaved2of5Builder.#ctor(C1.Web.Mvc.Interleaved2of5)">
          <a class="xref" href="C1.Web.Mvc.Fluent.Interleaved2of5Builder.-ctor.html#C1_Web_Mvc_Fluent_Interleaved2of5Builder__ctor_C1_Web_Mvc_Interleaved2of5_">Interleaved2of5Builder(Interleaved2of5)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.Interleaved2of5Builder.html">Interleaved2of5Builder</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_Interleaved2of5Builder_AutoWidth_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.Interleaved2of5Builder.AutoWidth(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.Interleaved2of5Builder.AutoWidth.html#C1_Web_Mvc_Fluent_Interleaved2of5Builder_AutoWidth_System_Boolean_">AutoWidth(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Interleaved2of5.AutoWidth.html#C1_Web_Mvc_Interleaved2of5_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_Interleaved2of5Builder_AutoWidthZoom_System_Int32_" data-uid="C1.Web.Mvc.Fluent.Interleaved2of5Builder.AutoWidthZoom(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.Interleaved2of5Builder.AutoWidthZoom.html#C1_Web_Mvc_Fluent_Interleaved2of5Builder_AutoWidthZoom_System_Int32_">AutoWidthZoom(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Interleaved2of5.AutoWidthZoom.html#C1_Web_Mvc_Interleaved2of5_AutoWidthZoom">AutoWidthZoom</a>.
Sets a zoom factor applied to the automatically calculated control width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_Interleaved2of5Builder_BearerBar_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.Interleaved2of5Builder.BearerBar(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.Interleaved2of5Builder.BearerBar.html#C1_Web_Mvc_Fluent_Interleaved2of5Builder_BearerBar_System_Boolean_">BearerBar(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Interleaved2of5.BearerBar.html#C1_Web_Mvc_Interleaved2of5_BearerBar">BearerBar</a>.
Indicates whether to enable bearer bar (the thick black border) around the symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_Interleaved2of5Builder_CheckCharacter_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.Interleaved2of5Builder.CheckCharacter(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.Interleaved2of5Builder.CheckCharacter.html#C1_Web_Mvc_Fluent_Interleaved2of5Builder_CheckCharacter_System_Boolean_">CheckCharacter(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Interleaved2of5.CheckCharacter.html#C1_Web_Mvc_Interleaved2of5_CheckCharacter">CheckCharacter</a>.
Indicates whether to enable the check character. Since Interleaved2of5 requires an even number of digits to “interleave” numbers, the data encoded must be an odd number of digits when using a check character, thus resulting in the required even number of digits.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_Interleaved2of5Builder_LabelPosition_C1_Web_Mvc_Barcode_LabelPosition_" data-uid="C1.Web.Mvc.Fluent.Interleaved2of5Builder.LabelPosition(C1.Web.Mvc.Barcode.LabelPosition)">
          <a class="xref" href="C1.Web.Mvc.Fluent.Interleaved2of5Builder.LabelPosition.html#C1_Web_Mvc_Fluent_Interleaved2of5Builder_LabelPosition_C1_Web_Mvc_Barcode_LabelPosition_">LabelPosition(LabelPosition)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Interleaved2of5.LabelPosition.html#C1_Web_Mvc_Interleaved2of5_LabelPosition">LabelPosition</a>.
Sets where to render the value of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_Interleaved2of5Builder_NwRatio_C1_Web_Mvc_NarrowWideRatio_" data-uid="C1.Web.Mvc.Fluent.Interleaved2of5Builder.NwRatio(C1.Web.Mvc.NarrowWideRatio)">
          <a class="xref" href="C1.Web.Mvc.Fluent.Interleaved2of5Builder.NwRatio.html#C1_Web_Mvc_Fluent_Interleaved2of5Builder_NwRatio_C1_Web_Mvc_NarrowWideRatio_">NwRatio(NarrowWideRatio)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Interleaved2of5.NwRatio.html#C1_Web_Mvc_Interleaved2of5_NwRatio">NwRatio</a>.
Sets the narrow and wide bar ratio of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_Interleaved2of5Builder_ShowLabel_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.Interleaved2of5Builder.ShowLabel(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.Interleaved2of5Builder.ShowLabel.html#C1_Web_Mvc_Fluent_Interleaved2of5Builder_ShowLabel_System_Boolean_">ShowLabel(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Interleaved2of5.ShowLabel.html#C1_Web_Mvc_Interleaved2of5_ShowLabel">ShowLabel</a>.
Indicates whether the value is rendered under the symbol.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
