# GrapeCity.Documents.Common.Offsets

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Common_Offsets" data-uid="GrapeCity.Documents.Common.Offsets" class="text-break">Offsets Struct
</h1>
  <div class="markdown level0 summary"><p>A structure representing four values
corresponding to the four sides of a rectangular area.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="GrapeCity.Documents.Common.Offsets.html">Offsets</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Common.html">GrapeCity.Documents.Common</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Common_Offsets_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct Offsets : IEquatable&lt;Offsets&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure Offsets
    Implements IEquatable(Of Offsets)</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_Common_Offsets__ctor_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Common.Offsets.#ctor(System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Common.Offsets.-ctor.html#GrapeCity_Documents_Common_Offsets__ctor_System_Single_System_Single_System_Single_System_Single_">Offsets(float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Common.Offsets.html">Offsets</a> structure.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Common_Offsets_Bottom" data-uid="GrapeCity.Documents.Common.Offsets.Bottom">
          <a class="xref" href="GrapeCity.Documents.Common.Offsets.Bottom.html">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bottom offset value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Offsets_Left" data-uid="GrapeCity.Documents.Common.Offsets.Left">
          <a class="xref" href="GrapeCity.Documents.Common.Offsets.Left.html">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left offset value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Offsets_Right" data-uid="GrapeCity.Documents.Common.Offsets.Right">
          <a class="xref" href="GrapeCity.Documents.Common.Offsets.Right.html">Right</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the right offset value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Offsets_Top" data-uid="GrapeCity.Documents.Common.Offsets.Top">
          <a class="xref" href="GrapeCity.Documents.Common.Offsets.Top.html">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the top offset value.</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_Common_Offsets_Equals_GrapeCity_Documents_Common_Offsets_" data-uid="GrapeCity.Documents.Common.Offsets.Equals(GrapeCity.Documents.Common.Offsets)">
          <a class="xref" href="GrapeCity.Documents.Common.Offsets.Equals.html#GrapeCity_Documents_Common_Offsets_Equals_GrapeCity_Documents_Common_Offsets_">Equals(Offsets)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Offsets_Equals_System_Object_" data-uid="GrapeCity.Documents.Common.Offsets.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Common.Offsets.Equals.html#GrapeCity_Documents_Common_Offsets_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Offsets_GetHashCode" data-uid="GrapeCity.Documents.Common.Offsets.GetHashCode">
          <a class="xref" href="GrapeCity.Documents.Common.Offsets.GetHashCode.html#GrapeCity_Documents_Common_Offsets_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Offsets_ToString" data-uid="GrapeCity.Documents.Common.Offsets.ToString">
          <a class="xref" href="GrapeCity.Documents.Common.Offsets.ToString.html#GrapeCity_Documents_Common_Offsets_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Common_Offsets_op_Equality_GrapeCity_Documents_Common_Offsets_GrapeCity_Documents_Common_Offsets_" data-uid="GrapeCity.Documents.Common.Offsets.op_Equality(GrapeCity.Documents.Common.Offsets,GrapeCity.Documents.Common.Offsets)">
          <a class="xref" href="GrapeCity.Documents.Common.Offsets.op_Equality.html#GrapeCity_Documents_Common_Offsets_op_Equality_GrapeCity_Documents_Common_Offsets_GrapeCity_Documents_Common_Offsets_">operator ==(Offsets, Offsets)</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether two specified <a class="xref" href="GrapeCity.Documents.Common.Offsets.html">Offsets</a> objects are equivalent.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Offsets_op_Inequality_GrapeCity_Documents_Common_Offsets_GrapeCity_Documents_Common_Offsets_" data-uid="GrapeCity.Documents.Common.Offsets.op_Inequality(GrapeCity.Documents.Common.Offsets,GrapeCity.Documents.Common.Offsets)">
          <a class="xref" href="GrapeCity.Documents.Common.Offsets.op_Inequality.html#GrapeCity_Documents_Common_Offsets_op_Inequality_GrapeCity_Documents_Common_Offsets_GrapeCity_Documents_Common_Offsets_">operator !=(Offsets, Offsets)</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether two specified <a class="xref" href="GrapeCity.Documents.Common.Offsets.html">Offsets</a> objects are NOT equivalent.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
