# GrapeCity.Documents.Excel.ICodabar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_ICodabar" data-uid="GrapeCity.Documents.Excel.ICodabar" class="text-break">ICodabar Interface
</h1>
  <div class="markdown level0 summary"><p>Codabar is a barcode that uses alphanumeric characters including : A B C D + - : . / $
and all numbers.A screenshot depicting Codabar sparkline is shared below.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_ICodabar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICodabar : IBarcode, IFontOption, ILabelOption</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICodabar
    Inherits IBarcode, IFontOption, ILabelOption</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="GrapeCity_Documents_Excel_ICodabar_CheckDigit" data-uid="GrapeCity.Documents.Excel.ICodabar.CheckDigit">
          <a class="xref" href="GrapeCity.Documents.Excel.ICodabar.CheckDigit.html#GrapeCity_Documents_Excel_ICodabar_CheckDigit">CheckDigit</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the symbol needs a check digit. The default value is 'false'.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ICodabar_NwRatio" data-uid="GrapeCity.Documents.Excel.ICodabar.NwRatio">
          <a class="xref" href="GrapeCity.Documents.Excel.ICodabar.NwRatio.html#GrapeCity_Documents_Excel_ICodabar_NwRatio">NwRatio</a>
        </td>
        <td class="markdown level1 summary"><p>A value that represents the wide and narrow bar ratio. It has values 2|3. The default value is '3'.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
