# C1.BarCode.QuietZone

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_BarCode_QuietZone" data-uid="C1.BarCode.QuietZone" class="text-break">QuietZone Class
</h1>
  <div class="markdown level0 summary"><p>A quiet zone is an area of blank space on either side of a barcode that tells the scanner where the symbology starts and stops.</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"><span class="xref">QuietZone</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.BarCode.html">C1.BarCode</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.BarCode.dll</h6>
  <h5 id="C1_BarCode_QuietZone_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class QuietZone</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class QuietZone</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_BarCode_QuietZone__ctor" data-uid="C1.BarCode.QuietZone.#ctor">
          <a class="xref" href="C1.BarCode.QuietZone.-ctor.html#C1_BarCode_QuietZone__ctor">QuietZone()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of QuietZone class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_QuietZone__ctor_System_Double_System_Double_System_Double_System_Double_" data-uid="C1.BarCode.QuietZone.#ctor(System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="C1.BarCode.QuietZone.-ctor.html#C1_BarCode_QuietZone__ctor_System_Double_System_Double_System_Double_System_Double_">QuietZone(double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of QuietZone class.</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_BarCode_QuietZone_Bottom" data-uid="C1.BarCode.QuietZone.Bottom">
          <a class="xref" href="C1.BarCode.QuietZone.Bottom.html#C1_BarCode_QuietZone_Bottom">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bottom value of the barcode's QuietZone.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_QuietZone_IsEmpty" data-uid="C1.BarCode.QuietZone.IsEmpty">
          <a class="xref" href="C1.BarCode.QuietZone.IsEmpty.html#C1_BarCode_QuietZone_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the QuietZone is empty.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_QuietZone_Left" data-uid="C1.BarCode.QuietZone.Left">
          <a class="xref" href="C1.BarCode.QuietZone.Left.html#C1_BarCode_QuietZone_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left value of the barcode's QuietZone.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_QuietZone_Right" data-uid="C1.BarCode.QuietZone.Right">
          <a class="xref" href="C1.BarCode.QuietZone.Right.html#C1_BarCode_QuietZone_Right">Right</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the right value of the barcode's QuietZone.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_QuietZone_Top" data-uid="C1.BarCode.QuietZone.Top">
          <a class="xref" href="C1.BarCode.QuietZone.Top.html#C1_BarCode_QuietZone_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the top value of the barcode's QuietZone.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_BarCode_QuietZone_NotifyChangeValue" data-uid="C1.BarCode.QuietZone.NotifyChangeValue">
          <a class="xref" href="C1.BarCode.QuietZone.NotifyChangeValue.html#C1_BarCode_QuietZone_NotifyChangeValue">NotifyChangeValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Notifies of value changing</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_QuietZone_ToString" data-uid="C1.BarCode.QuietZone.ToString">
          <a class="xref" href="C1.BarCode.QuietZone.ToString.html#C1_BarCode_QuietZone_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Format text for property grid</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
