# C1.Web.Mvc.Fluent.BarcodeBaseBuilder-2

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_BarcodeBaseBuilder_2" data-uid="C1.Web.Mvc.Fluent.BarcodeBaseBuilder`2" class="text-break">BarcodeBaseBuilder&lt;TControl, TBuilder&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.BarcodeBase.html">BarcodeBase</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;TControl, TBuilder&gt;</div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.Fluent.ComponentBuilder-2.html">ComponentBuilder</a>&lt;TControl, TBuilder&gt;</div>
    <div class="level4"><a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilder-2.html">ControlBuilder</a>&lt;TControl, TBuilder&gt;</div>
    <div class="level5"><span class="xref">BarcodeBaseBuilder&lt;TControl, TBuilder&gt;</span></div>
      <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.CodabarBuilder.html">CodabarBuilder</a></div>
      <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.Code128Builder.html">Code128Builder</a></div>
      <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.Code39Builder.html">Code39Builder</a></div>
      <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.Code49Builder.html">Code49Builder</a></div>
      <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.Code93Builder.html">Code93Builder</a></div>
      <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.DataMatrixBaseBuilder-2.html">DataMatrixBaseBuilder&lt;TControl, TBuilder&gt;</a></div>
      <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.EanBaseBuilder-2.html">EanBaseBuilder&lt;TControl, TBuilder&gt;</a></div>
      <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.Gs1DataBarBaseBuilder-2.html">Gs1DataBarBaseBuilder&lt;TControl, TBuilder&gt;</a></div>
      <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.Gs1_128Builder.html">Gs1_128Builder</a></div>
      <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.Interleaved2of5Builder.html">Interleaved2of5Builder</a></div>
      <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.Itf14Builder.html">Itf14Builder</a></div>
      <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.JapanesePostalBuilder.html">JapanesePostalBuilder</a></div>
      <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.MicroPdf417Builder.html">MicroPdf417Builder</a></div>
      <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.Pdf417Builder.html">Pdf417Builder</a></div>
      <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.QrCodeBuilder.html">QrCodeBuilder</a></div>
      <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.UpcBaseBuilder-2.html">UpcBaseBuilder&lt;TControl, TBuilder&gt;</a></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_BarcodeBaseBuilder_2_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class BarcodeBaseBuilder&lt;TControl, TBuilder&gt; : ControlBuilder&lt;TControl, TBuilder&gt;, IHtmlContent where TControl : BarcodeBase where TBuilder : BarcodeBaseBuilder&lt;TControl, TBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class BarcodeBaseBuilder(Of TControl As BarcodeBase, TBuilder As BarcodeBaseBuilder(Of TControl, TBuilder))
    Inherits ControlBuilder(Of TControl, TBuilder)
    Implements IHtmlContent</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">TControl</span></td>
        <td></td>
      </tr>
      <tr>
        <td><span class="parametername">TBuilder</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <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_BarcodeBaseBuilder_2__ctor__0_" data-uid="C1.Web.Mvc.Fluent.BarcodeBaseBuilder`2.#ctor(`0)">
          <a class="xref" href="C1.Web.Mvc.Fluent.BarcodeBaseBuilder-2.-ctor.html#C1_Web_Mvc_Fluent_BarcodeBaseBuilder_2__ctor__0_">BarcodeBaseBuilder(TControl)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.BarcodeBaseBuilder-2.html">BarcodeBaseBuilder&lt;TControl, TBuilder&gt;</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_BarcodeBaseBuilder_2_BackgroundColor_System_String_" data-uid="C1.Web.Mvc.Fluent.BarcodeBaseBuilder`2.BackgroundColor(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.BarcodeBaseBuilder-2.BackgroundColor.html#C1_Web_Mvc_Fluent_BarcodeBaseBuilder_2_BackgroundColor_System_String_">BackgroundColor(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BarcodeBase.BackgroundColor.html#C1_Web_Mvc_BarcodeBase_BackgroundColor">BackgroundColor</a>.
Sets the background color to render the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BarcodeBaseBuilder_2_Color_System_String_" data-uid="C1.Web.Mvc.Fluent.BarcodeBaseBuilder`2.Color(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.BarcodeBaseBuilder-2.Color.html#C1_Web_Mvc_Fluent_BarcodeBaseBuilder_2_Color_System_String_">Color(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BarcodeBase.Color.html#C1_Web_Mvc_BarcodeBase_Color">Color</a>.
Sets the forecolor to render the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BarcodeBaseBuilder_2_Font_C1_Web_Mvc_IBarcodeFont_" data-uid="C1.Web.Mvc.Fluent.BarcodeBaseBuilder`2.Font(C1.Web.Mvc.IBarcodeFont)">
          <a class="xref" href="C1.Web.Mvc.Fluent.BarcodeBaseBuilder-2.Font.html#C1_Web_Mvc_Fluent_BarcodeBaseBuilder_2_Font_C1_Web_Mvc_IBarcodeFont_">Font(IBarcodeFont)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BarcodeBase.Font.html#C1_Web_Mvc_BarcodeBase_Font">Font</a>.
Sets font info for the label text of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BarcodeBaseBuilder_2_HideExtraChecksum_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.BarcodeBaseBuilder`2.HideExtraChecksum(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.BarcodeBaseBuilder-2.HideExtraChecksum.html#C1_Web_Mvc_Fluent_BarcodeBaseBuilder_2_HideExtraChecksum_System_Boolean_">HideExtraChecksum(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BarcodeBase.HideExtraChecksum.html#C1_Web_Mvc_BarcodeBase_HideExtraChecksum">HideExtraChecksum</a>.
Indicates whether to show the check digit in the label text of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BarcodeBaseBuilder_2_OnClientIsValidChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.BarcodeBaseBuilder`2.OnClientIsValidChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.BarcodeBaseBuilder-2.OnClientIsValidChanged.html#C1_Web_Mvc_Fluent_BarcodeBaseBuilder_2_OnClientIsValidChanged_System_String_">OnClientIsValidChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.BarcodeBase.OnClientIsValidChanged.html#C1_Web_Mvc_BarcodeBase_OnClientIsValidChanged">OnClientIsValidChanged</a> client event.
Occurs when the IsValid property value changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BarcodeBaseBuilder_2_QuietZone_C1_Web_Mvc_IQuietZone_" data-uid="C1.Web.Mvc.Fluent.BarcodeBaseBuilder`2.QuietZone(C1.Web.Mvc.IQuietZone)">
          <a class="xref" href="C1.Web.Mvc.Fluent.BarcodeBaseBuilder-2.QuietZone.html#C1_Web_Mvc_Fluent_BarcodeBaseBuilder_2_QuietZone_C1_Web_Mvc_IQuietZone_">QuietZone(IQuietZone)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BarcodeBase.QuietZone.html#C1_Web_Mvc_BarcodeBase_QuietZone">QuietZone</a>.
Sets the size of quiet zone (the blank margin) around the barcode symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BarcodeBaseBuilder_2_RenderType_C1_Web_Mvc_RenderType_" data-uid="C1.Web.Mvc.Fluent.BarcodeBaseBuilder`2.RenderType(C1.Web.Mvc.RenderType)">
          <a class="xref" href="C1.Web.Mvc.Fluent.BarcodeBaseBuilder-2.RenderType.html#C1_Web_Mvc_Fluent_BarcodeBaseBuilder_2_RenderType_C1_Web_Mvc_RenderType_">RenderType(RenderType)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BarcodeBase.RenderType.html#C1_Web_Mvc_BarcodeBase_RenderType">RenderType</a>.
Sets the rendering type of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BarcodeBaseBuilder_2_Value_System_String_" data-uid="C1.Web.Mvc.Fluent.BarcodeBaseBuilder`2.Value(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.BarcodeBaseBuilder-2.Value.html#C1_Web_Mvc_Fluent_BarcodeBaseBuilder_2_Value_System_String_">Value(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BarcodeBase.Value.html#C1_Web_Mvc_BarcodeBase_Value">Value</a>.
Sets the current code value rendered by the control.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
