# GrapeCity.ActiveReports.PaddingEx

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_PaddingEx" data-uid="GrapeCity.ActiveReports.PaddingEx" class="text-break">PaddingEx Struct
</h1>
  <div class="markdown level0 summary"><p>Represents the padding.</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.ActiveReports.PaddingEx.html">PaddingEx</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.html">GrapeCity.ActiveReports</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Document.dll</h6>
  <h5 id="GrapeCity_ActiveReports_PaddingEx_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(PaddingEx.PaddingExConverter))]
public struct PaddingEx : IEquatable&lt;PaddingEx&gt;</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_ActiveReports_PaddingEx__ctor_System_Int32_" data-uid="GrapeCity.ActiveReports.PaddingEx.#ctor(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.PaddingEx.-ctor.html#GrapeCity_ActiveReports_PaddingEx__ctor_System_Int32_">PaddingEx(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the <a class="xref" href="GrapeCity.ActiveReports.PaddingEx.html">PaddingEx</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PaddingEx__ctor_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.ActiveReports.PaddingEx.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.PaddingEx.-ctor.html#GrapeCity_ActiveReports_PaddingEx__ctor_System_Int32_System_Int32_System_Int32_System_Int32_">PaddingEx(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the <a class="xref" href="GrapeCity.ActiveReports.PaddingEx.html">PaddingEx</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_ActiveReports_PaddingEx_Empty" data-uid="GrapeCity.ActiveReports.PaddingEx.Empty">
          <a class="xref" href="GrapeCity.ActiveReports.PaddingEx.Empty.html">Empty</a>
        </td>
        <td class="markdown level1 summary"><p>Returns empty 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="GrapeCity_ActiveReports_PaddingEx_All" data-uid="GrapeCity.ActiveReports.PaddingEx.All">
          <a class="xref" href="GrapeCity.ActiveReports.PaddingEx.All.html#GrapeCity_ActiveReports_PaddingEx_All">All</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets all paddings.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PaddingEx_Bottom" data-uid="GrapeCity.ActiveReports.PaddingEx.Bottom">
          <a class="xref" href="GrapeCity.ActiveReports.PaddingEx.Bottom.html#GrapeCity_ActiveReports_PaddingEx_Bottom">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets bottom padding</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PaddingEx_Horizontal" data-uid="GrapeCity.ActiveReports.PaddingEx.Horizontal">
          <a class="xref" href="GrapeCity.ActiveReports.PaddingEx.Horizontal.html#GrapeCity_ActiveReports_PaddingEx_Horizontal">Horizontal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets horizontal padding property</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PaddingEx_Left" data-uid="GrapeCity.ActiveReports.PaddingEx.Left">
          <a class="xref" href="GrapeCity.ActiveReports.PaddingEx.Left.html#GrapeCity_ActiveReports_PaddingEx_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets left padding</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PaddingEx_Right" data-uid="GrapeCity.ActiveReports.PaddingEx.Right">
          <a class="xref" href="GrapeCity.ActiveReports.PaddingEx.Right.html#GrapeCity_ActiveReports_PaddingEx_Right">Right</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets right padding</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PaddingEx_Size" data-uid="GrapeCity.ActiveReports.PaddingEx.Size">
          <a class="xref" href="GrapeCity.ActiveReports.PaddingEx.Size.html#GrapeCity_ActiveReports_PaddingEx_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets size</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PaddingEx_Top" data-uid="GrapeCity.ActiveReports.PaddingEx.Top">
          <a class="xref" href="GrapeCity.ActiveReports.PaddingEx.Top.html#GrapeCity_ActiveReports_PaddingEx_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets top padding</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PaddingEx_Vertical" data-uid="GrapeCity.ActiveReports.PaddingEx.Vertical">
          <a class="xref" href="GrapeCity.ActiveReports.PaddingEx.Vertical.html#GrapeCity_ActiveReports_PaddingEx_Vertical">Vertical</a>
        </td>
        <td class="markdown level1 summary"><p>Gets versical padding property</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_ActiveReports_PaddingEx_Equals_GrapeCity_ActiveReports_PaddingEx_" data-uid="GrapeCity.ActiveReports.PaddingEx.Equals(GrapeCity.ActiveReports.PaddingEx)">
          <a class="xref" href="GrapeCity.ActiveReports.PaddingEx.Equals.html#GrapeCity_ActiveReports_PaddingEx_Equals_GrapeCity_ActiveReports_PaddingEx_">Equals(PaddingEx)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="GrapeCity.ActiveReports.PaddingEx.html">PaddingEx</a> is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PaddingEx_Equals_System_Object_" data-uid="GrapeCity.ActiveReports.PaddingEx.Equals(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.PaddingEx.Equals.html#GrapeCity_ActiveReports_PaddingEx_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PaddingEx_GetHashCode" data-uid="GrapeCity.ActiveReports.PaddingEx.GetHashCode">
          <a class="xref" href="GrapeCity.ActiveReports.PaddingEx.GetHashCode.html#GrapeCity_ActiveReports_PaddingEx_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this instance.</p>
</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_ActiveReports_PaddingEx_op_Equality_GrapeCity_ActiveReports_PaddingEx_GrapeCity_ActiveReports_PaddingEx_" data-uid="GrapeCity.ActiveReports.PaddingEx.op_Equality(GrapeCity.ActiveReports.PaddingEx,GrapeCity.ActiveReports.PaddingEx)">
          <a class="xref" href="GrapeCity.ActiveReports.PaddingEx.op_Equality.html#GrapeCity_ActiveReports_PaddingEx_op_Equality_GrapeCity_ActiveReports_PaddingEx_GrapeCity_ActiveReports_PaddingEx_">operator ==(PaddingEx, PaddingEx)</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the == operator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PaddingEx_op_Inequality_GrapeCity_ActiveReports_PaddingEx_GrapeCity_ActiveReports_PaddingEx_" data-uid="GrapeCity.ActiveReports.PaddingEx.op_Inequality(GrapeCity.ActiveReports.PaddingEx,GrapeCity.ActiveReports.PaddingEx)">
          <a class="xref" href="GrapeCity.ActiveReports.PaddingEx.op_Inequality.html#GrapeCity_ActiveReports_PaddingEx_op_Inequality_GrapeCity_ActiveReports_PaddingEx_GrapeCity_ActiveReports_PaddingEx_">operator !=(PaddingEx, PaddingEx)</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the != operator.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
