# GrapeCity.Documents.Barcode.QuietZone

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Barcode_QuietZone" data-uid="GrapeCity.Documents.Barcode.QuietZone" class="text-break">QuietZone Class
</h1>
  <div class="markdown level0 summary"><p>Represents the blank space around a barcode that helps scanners to detect the barcode.</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="GrapeCity.Documents.Barcode.html">GrapeCity.Documents.Barcode</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Barcode.dll</h6>
  <h5 id="GrapeCity_Documents_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="GrapeCity_Documents_Barcode_QuietZone__ctor" data-uid="GrapeCity.Documents.Barcode.QuietZone.#ctor">
          <a class="xref" href="GrapeCity.Documents.Barcode.QuietZone.-ctor.html#GrapeCity_Documents_Barcode_QuietZone__ctor">QuietZone()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the QuietZone class with zero values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Barcode_QuietZone__ctor_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Barcode.QuietZone.#ctor(System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Barcode.QuietZone.-ctor.html#GrapeCity_Documents_Barcode_QuietZone__ctor_System_Single_System_Single_System_Single_System_Single_">QuietZone(float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the 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="GrapeCity_Documents_Barcode_QuietZone_Bottom" data-uid="GrapeCity.Documents.Barcode.QuietZone.Bottom">
          <a class="xref" href="GrapeCity.Documents.Barcode.QuietZone.Bottom.html#GrapeCity_Documents_Barcode_QuietZone_Bottom">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bottom value of the quiet zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Barcode_QuietZone_Left" data-uid="GrapeCity.Documents.Barcode.QuietZone.Left">
          <a class="xref" href="GrapeCity.Documents.Barcode.QuietZone.Left.html#GrapeCity_Documents_Barcode_QuietZone_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left value of the quiet zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Barcode_QuietZone_Right" data-uid="GrapeCity.Documents.Barcode.QuietZone.Right">
          <a class="xref" href="GrapeCity.Documents.Barcode.QuietZone.Right.html#GrapeCity_Documents_Barcode_QuietZone_Right">Right</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the right value of the quiet zone.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Barcode_QuietZone_Top" data-uid="GrapeCity.Documents.Barcode.QuietZone.Top">
          <a class="xref" href="GrapeCity.Documents.Barcode.QuietZone.Top.html#GrapeCity_Documents_Barcode_QuietZone_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the top value of the quiet zone.</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="GrapeCity_Documents_Barcode_QuietZone_AssignFrom_GrapeCity_Documents_Barcode_QuietZone_" data-uid="GrapeCity.Documents.Barcode.QuietZone.AssignFrom(GrapeCity.Documents.Barcode.QuietZone)">
          <a class="xref" href="GrapeCity.Documents.Barcode.QuietZone.AssignFrom.html#GrapeCity_Documents_Barcode_QuietZone_AssignFrom_GrapeCity_Documents_Barcode_QuietZone_">AssignFrom(QuietZone)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies properties from another <a class="xref" href="GrapeCity.Documents.Barcode.QuietZone.html">QuietZone</a> to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Barcode_QuietZone_NotifyChangeValue" data-uid="GrapeCity.Documents.Barcode.QuietZone.NotifyChangeValue">
          <a class="xref" href="GrapeCity.Documents.Barcode.QuietZone.NotifyChangeValue.html#GrapeCity_Documents_Barcode_QuietZone_NotifyChangeValue">NotifyChangeValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Notifies of value changing</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Barcode_QuietZone_ToString" data-uid="GrapeCity.Documents.Barcode.QuietZone.ToString">
          <a class="xref" href="GrapeCity.Documents.Barcode.QuietZone.ToString.html#GrapeCity_Documents_Barcode_QuietZone_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current quiet zone.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
