# C1.Web.Mvc.Ean13

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Ean13" data-uid="C1.Web.Mvc.Ean13" class="text-break">Ean13 Class
</h1>
  <div class="markdown level0 summary"><p>Represents a control for drawing EAN-13.</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"><a class="xref" href="C1.Web.Mvc.Component.html">Component</a></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Control.html">Control</a></div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.BarcodeBase.html">BarcodeBase</a></div>
    <div class="level4"><a class="xref" href="C1.Web.Mvc.EanBase.html">EanBase</a></div>
    <div class="level5"><span class="xref">Ean13</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><a class="xref" href="C1.Web.Mvc.ITemplate.html">ITemplate</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Ean13_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Ean13 : EanBase, IHtmlContent, ITemplate</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Ean13
    Inherits EanBase
    Implements IHtmlContent, ITemplate</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_Ean13__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_" data-uid="C1.Web.Mvc.Ean13.#ctor(Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper,System.String)">
          <a class="xref" href="C1.Web.Mvc.Ean13.-ctor.html#C1_Web_Mvc_Ean13__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_">Ean13(IHtmlHelper, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Ean13.html">Ean13</a> instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</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_Ean13_AddOn" data-uid="C1.Web.Mvc.Ean13.AddOn">
          <a class="xref" href="C1.Web.Mvc.Ean13.AddOn.html#C1_Web_Mvc_Ean13_AddOn">AddOn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the addOn value of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Ean13_AddOnHeight" data-uid="C1.Web.Mvc.Ean13.AddOnHeight">
          <a class="xref" href="C1.Web.Mvc.Ean13.AddOnHeight.html#C1_Web_Mvc_Ean13_AddOnHeight">AddOnHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of addOn symbol of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Ean13_AddOnLabelPosition" data-uid="C1.Web.Mvc.Ean13.AddOnLabelPosition">
          <a class="xref" href="C1.Web.Mvc.Ean13.AddOnLabelPosition.html#C1_Web_Mvc_Ean13_AddOnLabelPosition">AddOnLabelPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets where to render the addOn value of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Ean13_QuietZone" data-uid="C1.Web.Mvc.Ean13.QuietZone">
          <a class="xref" href="C1.Web.Mvc.Ean13.QuietZone.html#C1_Web_Mvc_Ean13_QuietZone">QuietZone</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of quiet zone (the blank margin) around the barcode symbol.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
