# C1.Web.Mvc.Fluent.Code93Builder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_Code93Builder" data-uid="C1.Web.Mvc.Fluent.Code93Builder" class="text-break">Code93Builder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.Code93.html">Code93</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.Code93.html">Code93</a>, <a class="xref" href="C1.Web.Mvc.Fluent.Code93Builder.html">Code93Builder</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.Code93.html">Code93</a>, <a class="xref" href="C1.Web.Mvc.Fluent.Code93Builder.html">Code93Builder</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.Code93.html">Code93</a>, <a class="xref" href="C1.Web.Mvc.Fluent.Code93Builder.html">Code93Builder</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.Code93.html">Code93</a>, <a class="xref" href="C1.Web.Mvc.Fluent.Code93Builder.html">Code93Builder</a>&gt;</div>
    <div class="level6"><span class="xref">Code93Builder</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_Code93Builder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Code93Builder : BarcodeBaseBuilder&lt;Code93, Code93Builder&gt;, IHtmlContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Code93Builder
    Inherits BarcodeBaseBuilder(Of Code93, Code93Builder)
    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_Code93Builder__ctor_C1_Web_Mvc_Code93_" data-uid="C1.Web.Mvc.Fluent.Code93Builder.#ctor(C1.Web.Mvc.Code93)">
          <a class="xref" href="C1.Web.Mvc.Fluent.Code93Builder.-ctor.html#C1_Web_Mvc_Fluent_Code93Builder__ctor_C1_Web_Mvc_Code93_">Code93Builder(Code93)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.Code93Builder.html">Code93Builder</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_Code93Builder_AutoWidth_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.Code93Builder.AutoWidth(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.Code93Builder.AutoWidth.html#C1_Web_Mvc_Fluent_Code93Builder_AutoWidth_System_Boolean_">AutoWidth(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Code93.AutoWidth.html#C1_Web_Mvc_Code93_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_Code93Builder_AutoWidthZoom_System_Int32_" data-uid="C1.Web.Mvc.Fluent.Code93Builder.AutoWidthZoom(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.Code93Builder.AutoWidthZoom.html#C1_Web_Mvc_Fluent_Code93Builder_AutoWidthZoom_System_Int32_">AutoWidthZoom(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Code93.AutoWidthZoom.html#C1_Web_Mvc_Code93_AutoWidthZoom">AutoWidthZoom</a>.
Sets a zoom factor applied to the automatically calculated control width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_Code93Builder_CheckDigit_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.Code93Builder.CheckDigit(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.Code93Builder.CheckDigit.html#C1_Web_Mvc_Fluent_Code93Builder_CheckDigit_System_Boolean_">CheckDigit(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Code93.CheckDigit.html#C1_Web_Mvc_Code93_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_Code93Builder_FullAscii_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.Code93Builder.FullAscii(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.Code93Builder.FullAscii.html#C1_Web_Mvc_Fluent_Code93Builder_FullAscii_System_Boolean_">FullAscii(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Code93.FullAscii.html#C1_Web_Mvc_Code93_FullAscii">FullAscii</a>.
Indicates whether the symbol enables encoding of all 93 ASCII characters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_Code93Builder_LabelPosition_C1_Web_Mvc_Barcode_LabelPosition_" data-uid="C1.Web.Mvc.Fluent.Code93Builder.LabelPosition(C1.Web.Mvc.Barcode.LabelPosition)">
          <a class="xref" href="C1.Web.Mvc.Fluent.Code93Builder.LabelPosition.html#C1_Web_Mvc_Fluent_Code93Builder_LabelPosition_C1_Web_Mvc_Barcode_LabelPosition_">LabelPosition(LabelPosition)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Code93.LabelPosition.html#C1_Web_Mvc_Code93_LabelPosition">LabelPosition</a>.
Sets where to render the value of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_Code93Builder_ShowLabel_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.Code93Builder.ShowLabel(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.Code93Builder.ShowLabel.html#C1_Web_Mvc_Fluent_Code93Builder_ShowLabel_System_Boolean_">ShowLabel(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Code93.ShowLabel.html#C1_Web_Mvc_Code93_ShowLabel">ShowLabel</a>.
Indicates whether the value is rendered under the symbol.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
