# C1.C1Preview.OffsetsI

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_OffsetsI" data-uid="C1.C1Preview.OffsetsI" class="text-break">OffsetsI Struct
</h1>
  <div class="markdown level0 summary"><p>Stores a set of four integer numbers that represent the
offsets from edges of rectangular area.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_OffsetsI_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct OffsetsI</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure OffsetsI</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_C1Preview_OffsetsI__ctor_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="C1.C1Preview.OffsetsI.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="C1.C1Preview.OffsetsI.-ctor.html#C1_C1Preview_OffsetsI__ctor_System_Int32_System_Int32_System_Int32_System_Int32_">OffsetsI(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.OffsetsI.html">OffsetsI</a> structure.</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_C1Preview_OffsetsI_Bottom" data-uid="C1.C1Preview.OffsetsI.Bottom">
          <a class="xref" href="C1.C1Preview.OffsetsI.Bottom.html#C1_C1Preview_OffsetsI_Bottom">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bottom offset.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_OffsetsI_Empty" data-uid="C1.C1Preview.OffsetsI.Empty">
          <a class="xref" href="C1.C1Preview.OffsetsI.Empty.html#C1_C1Preview_OffsetsI_Empty">Empty</a>
        </td>
        <td class="markdown level1 summary"><p>Represents an empty instance of the <a class="xref" href="C1.C1Preview.OffsetsI.html">OffsetsI</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_OffsetsI_IsEmpty" data-uid="C1.C1Preview.OffsetsI.IsEmpty">
          <a class="xref" href="C1.C1Preview.OffsetsI.IsEmpty.html#C1_C1Preview_OffsetsI_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the current <a class="xref" href="C1.C1Preview.OffsetsI.html">OffsetsI</a> is empty.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_OffsetsI_Left" data-uid="C1.C1Preview.OffsetsI.Left">
          <a class="xref" href="C1.C1Preview.OffsetsI.Left.html#C1_C1Preview_OffsetsI_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left offset.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_OffsetsI_Right" data-uid="C1.C1Preview.OffsetsI.Right">
          <a class="xref" href="C1.C1Preview.OffsetsI.Right.html#C1_C1Preview_OffsetsI_Right">Right</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the right offset.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_OffsetsI_Top" data-uid="C1.C1Preview.OffsetsI.Top">
          <a class="xref" href="C1.C1Preview.OffsetsI.Top.html#C1_C1Preview_OffsetsI_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the top offset.</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_C1Preview_OffsetsI_Ceiling_C1_C1Preview_OffsetsD_" data-uid="C1.C1Preview.OffsetsI.Ceiling(C1.C1Preview.OffsetsD)">
          <a class="xref" href="C1.C1Preview.OffsetsI.Ceiling.html#C1_C1Preview_OffsetsI_Ceiling_C1_C1Preview_OffsetsD_">Ceiling(OffsetsD)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.C1Preview.OffsetsD.html">OffsetsD</a> structure to an <a class="xref" href="C1.C1Preview.OffsetsI.html">OffsetsI</a> by
rounding the <b>OffsetsD</b>'s double values to the next higher integer values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_OffsetsI_ToString" data-uid="C1.C1Preview.OffsetsI.ToString">
          <a class="xref" href="C1.C1Preview.OffsetsI.ToString.html#C1_C1Preview_OffsetsI_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current <a class="xref" href="C1.C1Preview.OffsetsI.html">OffsetsI</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
