# C1.Web.Mvc.Fluent.Code39Builder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_Code39Builder" data-uid="C1.Web.Mvc.Fluent.Code39Builder" class="text-break">Code39Builder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.Code39.html">Code39</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.Code39.html">Code39</a>, <a class="xref" href="C1.Web.Mvc.Fluent.Code39Builder.html">Code39Builder</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.Code39.html">Code39</a>, <a class="xref" href="C1.Web.Mvc.Fluent.Code39Builder.html">Code39Builder</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.Code39.html">Code39</a>, <a class="xref" href="C1.Web.Mvc.Fluent.Code39Builder.html">Code39Builder</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.Code39.html">Code39</a>, <a class="xref" href="C1.Web.Mvc.Fluent.Code39Builder.html">Code39Builder</a>&gt;</div>
    <div class="level6"><span class="xref">Code39Builder</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_Code39Builder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Code39Builder : BarcodeBaseBuilder&lt;Code39, Code39Builder&gt;, IHtmlContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Code39Builder
    Inherits BarcodeBaseBuilder(Of Code39, Code39Builder)
    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_Code39Builder__ctor_C1_Web_Mvc_Code39_" data-uid="C1.Web.Mvc.Fluent.Code39Builder.#ctor(C1.Web.Mvc.Code39)">
          <a class="xref" href="C1.Web.Mvc.Fluent.Code39Builder.-ctor.html#C1_Web_Mvc_Fluent_Code39Builder__ctor_C1_Web_Mvc_Code39_">Code39Builder(Code39)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.Code39Builder.html">Code39Builder</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_Code39Builder_AutoWidth_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.Code39Builder.AutoWidth(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.Code39Builder.AutoWidth.html#C1_Web_Mvc_Fluent_Code39Builder_AutoWidth_System_Boolean_">AutoWidth(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Code39.AutoWidth.html#C1_Web_Mvc_Code39_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_Code39Builder_AutoWidthZoom_System_Int32_" data-uid="C1.Web.Mvc.Fluent.Code39Builder.AutoWidthZoom(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.Code39Builder.AutoWidthZoom.html#C1_Web_Mvc_Fluent_Code39Builder_AutoWidthZoom_System_Int32_">AutoWidthZoom(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Code39.AutoWidthZoom.html#C1_Web_Mvc_Code39_AutoWidthZoom">AutoWidthZoom</a>.
Sets a zoom factor applied to the automatically calculated control width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_Code39Builder_CheckDigit_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.Code39Builder.CheckDigit(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.Code39Builder.CheckDigit.html#C1_Web_Mvc_Fluent_Code39Builder_CheckDigit_System_Boolean_">CheckDigit(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Code39.CheckDigit.html#C1_Web_Mvc_Code39_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_Code39Builder_FullAscii_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.Code39Builder.FullAscii(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.Code39Builder.FullAscii.html#C1_Web_Mvc_Fluent_Code39Builder_FullAscii_System_Boolean_">FullAscii(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Code39.FullAscii.html#C1_Web_Mvc_Code39_FullAscii">FullAscii</a>.
Indicates whether the symbol enables encoding of all 128 ASCII characters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_Code39Builder_LabelPosition_C1_Web_Mvc_Barcode_LabelPosition_" data-uid="C1.Web.Mvc.Fluent.Code39Builder.LabelPosition(C1.Web.Mvc.Barcode.LabelPosition)">
          <a class="xref" href="C1.Web.Mvc.Fluent.Code39Builder.LabelPosition.html#C1_Web_Mvc_Fluent_Code39Builder_LabelPosition_C1_Web_Mvc_Barcode_LabelPosition_">LabelPosition(LabelPosition)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Code39.LabelPosition.html#C1_Web_Mvc_Code39_LabelPosition">LabelPosition</a>.
Sets where to render the value of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_Code39Builder_LabelWithStartAndStopCharacter_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.Code39Builder.LabelWithStartAndStopCharacter(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.Code39Builder.LabelWithStartAndStopCharacter.html#C1_Web_Mvc_Fluent_Code39Builder_LabelWithStartAndStopCharacter_System_Boolean_">LabelWithStartAndStopCharacter(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Code39.LabelWithStartAndStopCharacter.html#C1_Web_Mvc_Code39_LabelWithStartAndStopCharacter">LabelWithStartAndStopCharacter</a>.
Indicates whether to show the start and stop character in the label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_Code39Builder_NwRatio_C1_Web_Mvc_NarrowWideRatio_" data-uid="C1.Web.Mvc.Fluent.Code39Builder.NwRatio(C1.Web.Mvc.NarrowWideRatio)">
          <a class="xref" href="C1.Web.Mvc.Fluent.Code39Builder.NwRatio.html#C1_Web_Mvc_Fluent_Code39Builder_NwRatio_C1_Web_Mvc_NarrowWideRatio_">NwRatio(NarrowWideRatio)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Code39.NwRatio.html#C1_Web_Mvc_Code39_NwRatio">NwRatio</a>.
Sets the narrow and wide bar ratio of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_Code39Builder_ShowLabel_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.Code39Builder.ShowLabel(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.Code39Builder.ShowLabel.html#C1_Web_Mvc_Fluent_Code39Builder_ShowLabel_System_Boolean_">ShowLabel(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Code39.ShowLabel.html#C1_Web_Mvc_Code39_ShowLabel">ShowLabel</a>.
Indicates whether the value is rendered under the symbol.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
