# GrapeCity.Documents.Excel.IBarcode

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IBarcode" data-uid="GrapeCity.Documents.Excel.IBarcode" class="text-break">IBarcode Interface
</h1>
  <div class="markdown level0 summary"><p>All types of barcode inherits this interface.</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_IBarcode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IBarcode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IBarcode</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_IBarcode_BackgroundColor" data-uid="GrapeCity.Documents.Excel.IBarcode.BackgroundColor">
          <a class="xref" href="GrapeCity.Documents.Excel.IBarcode.BackgroundColor.html#GrapeCity_Documents_Excel_IBarcode_BackgroundColor">BackgroundColor</a>
        </td>
        <td class="markdown level1 summary"><p>A color that represents the barcode backgroundcolor. The default value is 'rgb(255, 255, 255)'</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IBarcode_CodeType" data-uid="GrapeCity.Documents.Excel.IBarcode.CodeType">
          <a class="xref" href="GrapeCity.Documents.Excel.IBarcode.CodeType.html#GrapeCity_Documents_Excel_IBarcode_CodeType">CodeType</a>
        </td>
        <td class="markdown level1 summary"><p>Type of code.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IBarcode_Color" data-uid="GrapeCity.Documents.Excel.IBarcode.Color">
          <a class="xref" href="GrapeCity.Documents.Excel.IBarcode.Color.html#GrapeCity_Documents_Excel_IBarcode_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>A color that represents the barcode color. The default value is 'rgb(0,0,0)'.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IBarcode_QuietZoneBottom" data-uid="GrapeCity.Documents.Excel.IBarcode.QuietZoneBottom">
          <a class="xref" href="GrapeCity.Documents.Excel.IBarcode.QuietZoneBottom.html#GrapeCity_Documents_Excel_IBarcode_QuietZoneBottom">QuietZoneBottom</a>
        </td>
        <td class="markdown level1 summary"><p>A value that represents the size of bottom quiet zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IBarcode_QuietZoneLeft" data-uid="GrapeCity.Documents.Excel.IBarcode.QuietZoneLeft">
          <a class="xref" href="GrapeCity.Documents.Excel.IBarcode.QuietZoneLeft.html#GrapeCity_Documents_Excel_IBarcode_QuietZoneLeft">QuietZoneLeft</a>
        </td>
        <td class="markdown level1 summary"><p>A value that represents the size of left quiet zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IBarcode_QuietZoneRight" data-uid="GrapeCity.Documents.Excel.IBarcode.QuietZoneRight">
          <a class="xref" href="GrapeCity.Documents.Excel.IBarcode.QuietZoneRight.html#GrapeCity_Documents_Excel_IBarcode_QuietZoneRight">QuietZoneRight</a>
        </td>
        <td class="markdown level1 summary"><p>A value that represents the size of right quiet zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IBarcode_QuietZoneTop" data-uid="GrapeCity.Documents.Excel.IBarcode.QuietZoneTop">
          <a class="xref" href="GrapeCity.Documents.Excel.IBarcode.QuietZoneTop.html#GrapeCity_Documents_Excel_IBarcode_QuietZoneTop">QuietZoneTop</a>
        </td>
        <td class="markdown level1 summary"><p>A value that represents the size of top quiet zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IBarcode_Value" data-uid="GrapeCity.Documents.Excel.IBarcode.Value">
          <a class="xref" href="GrapeCity.Documents.Excel.IBarcode.Value.html#GrapeCity_Documents_Excel_IBarcode_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>A string that represents encode on the symbol of barcode.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
