# C1.Web.Mvc.IQuietZone

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_IQuietZone" data-uid="C1.Web.Mvc.IQuietZone" class="text-break">IQuietZone 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_IQuietZone_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IQuietZone</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IQuietZone</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_IQuietZone_Bottom" data-uid="C1.Web.Mvc.IQuietZone.Bottom">
          <a class="xref" href="C1.Web.Mvc.IQuietZone.Bottom.html#C1_Web_Mvc_IQuietZone_Bottom">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>The size of the quiet zone on the bottom side of the barcode symbol.
The default value for this property is <b>0</b>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_IQuietZone_Left" data-uid="C1.Web.Mvc.IQuietZone.Left">
          <a class="xref" href="C1.Web.Mvc.IQuietZone.Left.html#C1_Web_Mvc_IQuietZone_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>The size of the quiet zone on the left side of the barcode symbol.
The default value for this property is <b>0</b>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_IQuietZone_Right" data-uid="C1.Web.Mvc.IQuietZone.Right">
          <a class="xref" href="C1.Web.Mvc.IQuietZone.Right.html#C1_Web_Mvc_IQuietZone_Right">Right</a>
        </td>
        <td class="markdown level1 summary"><p>The size of the quiet zone on the right side of the barcode symbol.
The default value for this property is <b>0</b>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_IQuietZone_Top" data-uid="C1.Web.Mvc.IQuietZone.Top">
          <a class="xref" href="C1.Web.Mvc.IQuietZone.Top.html#C1_Web_Mvc_IQuietZone_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>The size of the quiet zone on the top side of the barcode symbol.
The default value for this property is <b>0</b>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
