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

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_UpcBaseBuilder_2" data-uid="C1.Web.Mvc.Fluent.UpcBaseBuilder`2" class="text-break">UpcBaseBuilder&lt;TControl, TBuilder&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.UpcBase.html">UpcBase</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"><a class="xref" href="C1.Web.Mvc.Fluent.BarcodeBaseBuilder-2.html">BarcodeBaseBuilder</a>&lt;TControl, TBuilder&gt;</div>
    <div class="level6"><span class="xref">UpcBaseBuilder&lt;TControl, TBuilder&gt;</span></div>
      <div class="level7"><a class="xref" href="C1.Web.Mvc.Fluent.UpcABuilder.html">UpcABuilder</a></div>
      <div class="level7"><a class="xref" href="C1.Web.Mvc.Fluent.UpcE0Builder.html">UpcE0Builder</a></div>
      <div class="level7"><a class="xref" href="C1.Web.Mvc.Fluent.UpcE1Builder.html">UpcE1Builder</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_UpcBaseBuilder_2_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class UpcBaseBuilder&lt;TControl, TBuilder&gt; : BarcodeBaseBuilder&lt;TControl, TBuilder&gt;, IHtmlContent where TControl : UpcBase where TBuilder : UpcBaseBuilder&lt;TControl, TBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class UpcBaseBuilder(Of TControl As UpcBase, TBuilder As UpcBaseBuilder(Of TControl, TBuilder))
    Inherits BarcodeBaseBuilder(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_UpcBaseBuilder_2__ctor__0_" data-uid="C1.Web.Mvc.Fluent.UpcBaseBuilder`2.#ctor(`0)">
          <a class="xref" href="C1.Web.Mvc.Fluent.UpcBaseBuilder-2.-ctor.html#C1_Web_Mvc_Fluent_UpcBaseBuilder_2__ctor__0_">UpcBaseBuilder(TControl)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.UpcBaseBuilder-2.html">UpcBaseBuilder&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_UpcBaseBuilder_2_AddOn_System_String_" data-uid="C1.Web.Mvc.Fluent.UpcBaseBuilder`2.AddOn(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.UpcBaseBuilder-2.AddOn.html#C1_Web_Mvc_Fluent_UpcBaseBuilder_2_AddOn_System_String_">AddOn(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.UpcBase.AddOn.html#C1_Web_Mvc_UpcBase_AddOn">AddOn</a>.
Sets the addOn value of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_UpcBaseBuilder_2_AddOnHeight_System_String_" data-uid="C1.Web.Mvc.Fluent.UpcBaseBuilder`2.AddOnHeight(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.UpcBaseBuilder-2.AddOnHeight.html#C1_Web_Mvc_Fluent_UpcBaseBuilder_2_AddOnHeight_System_String_">AddOnHeight(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.UpcBase.AddOnHeight.html#C1_Web_Mvc_UpcBase_AddOnHeight">AddOnHeight</a>.
Sets the height of addOn symbol of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_UpcBaseBuilder_2_AddOnLabelPosition_C1_Web_Mvc_Barcode_LabelPosition_" data-uid="C1.Web.Mvc.Fluent.UpcBaseBuilder`2.AddOnLabelPosition(C1.Web.Mvc.Barcode.LabelPosition)">
          <a class="xref" href="C1.Web.Mvc.Fluent.UpcBaseBuilder-2.AddOnLabelPosition.html#C1_Web_Mvc_Fluent_UpcBaseBuilder_2_AddOnLabelPosition_C1_Web_Mvc_Barcode_LabelPosition_">AddOnLabelPosition(LabelPosition)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.UpcBase.AddOnLabelPosition.html#C1_Web_Mvc_UpcBase_AddOnLabelPosition">AddOnLabelPosition</a>.
Sets where to render the addOn value of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_UpcBaseBuilder_2_LabelPosition_C1_Web_Mvc_Barcode_LabelPosition_" data-uid="C1.Web.Mvc.Fluent.UpcBaseBuilder`2.LabelPosition(C1.Web.Mvc.Barcode.LabelPosition)">
          <a class="xref" href="C1.Web.Mvc.Fluent.UpcBaseBuilder-2.LabelPosition.html#C1_Web_Mvc_Fluent_UpcBaseBuilder_2_LabelPosition_C1_Web_Mvc_Barcode_LabelPosition_">LabelPosition(LabelPosition)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.UpcBase.LabelPosition.html#C1_Web_Mvc_UpcBase_LabelPosition">LabelPosition</a>.
Sets where to render the value of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_UpcBaseBuilder_2_QuietZone_C1_Web_Mvc_IQuietZoneWithAddOn_" data-uid="C1.Web.Mvc.Fluent.UpcBaseBuilder`2.QuietZone(C1.Web.Mvc.IQuietZoneWithAddOn)">
          <a class="xref" href="C1.Web.Mvc.Fluent.UpcBaseBuilder-2.QuietZone.html#C1_Web_Mvc_Fluent_UpcBaseBuilder_2_QuietZone_C1_Web_Mvc_IQuietZoneWithAddOn_">QuietZone(IQuietZoneWithAddOn)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.UpcBase.QuietZone.html#C1_Web_Mvc_UpcBase_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_UpcBaseBuilder_2_ShowLabel_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.UpcBaseBuilder`2.ShowLabel(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.UpcBaseBuilder-2.ShowLabel.html#C1_Web_Mvc_Fluent_UpcBaseBuilder_2_ShowLabel_System_Boolean_">ShowLabel(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.UpcBase.ShowLabel.html#C1_Web_Mvc_UpcBase_ShowLabel">ShowLabel</a>.
Indicates whether the value is rendered under the symbol.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
