# C1.Web.Mvc.IBarcodeFont

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_IBarcodeFont" data-uid="C1.Web.Mvc.IBarcodeFont" class="text-break">IBarcodeFont Interface
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></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_IBarcodeFont_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IBarcodeFont</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IBarcodeFont</code></pre>
  </div>
  <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_IBarcodeFont_FontFamily" data-uid="C1.Web.Mvc.IBarcodeFont.FontFamily">
          <a class="xref" href="C1.Web.Mvc.IBarcodeFont.FontFamily.html#C1_Web_Mvc_IBarcodeFont_FontFamily">FontFamily</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or Sets the family of the font for the barcode value.
The default value for this property is <b>sans-serif</b>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_IBarcodeFont_FontSize" data-uid="C1.Web.Mvc.IBarcodeFont.FontSize">
          <a class="xref" href="C1.Web.Mvc.IBarcodeFont.FontSize.html#C1_Web_Mvc_IBarcodeFont_FontSize">FontSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or Sets the size of font for the barcode value.
The default value for this property is <b>12px</b>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_IBarcodeFont_FontStyle" data-uid="C1.Web.Mvc.IBarcodeFont.FontStyle">
          <a class="xref" href="C1.Web.Mvc.IBarcodeFont.FontStyle.html#C1_Web_Mvc_IBarcodeFont_FontStyle">FontStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or Sets the style of the font for the barcode value.
The default value for this property is <b>normal</b>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_IBarcodeFont_FontWeight" data-uid="C1.Web.Mvc.IBarcodeFont.FontWeight">
          <a class="xref" href="C1.Web.Mvc.IBarcodeFont.FontWeight.html#C1_Web_Mvc_IBarcodeFont_FontWeight">FontWeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or Sets the weight of the font for the barcode value.
The default value for this property is <b>normal</b>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_IBarcodeFont_TextAlign" data-uid="C1.Web.Mvc.IBarcodeFont.TextAlign">
          <a class="xref" href="C1.Web.Mvc.IBarcodeFont.TextAlign.html#C1_Web_Mvc_IBarcodeFont_TextAlign">TextAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or Sets the alignment of the text in the barcode value.
The default value for this property is <b>center</b>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_IBarcodeFont_TextDecoration" data-uid="C1.Web.Mvc.IBarcodeFont.TextDecoration">
          <a class="xref" href="C1.Web.Mvc.IBarcodeFont.TextDecoration.html#C1_Web_Mvc_IBarcodeFont_TextDecoration">TextDecoration</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or Sets the decoration for the text in the barcode value.
The default value for this property is <b>none</b>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
