# GrapeCity.ActiveReports.Document.Section.Margins

## Content

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



  <h1 id="GrapeCity_ActiveReports_Document_Section_Margins" data-uid="GrapeCity.ActiveReports.Document.Section.Margins" class="text-break">Margins Class
</h1>
  <div class="markdown level0 summary"><p>Represents the margins.</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">Margins</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Document.Section.html">GrapeCity.ActiveReports.Document.Section</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Document.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Document_Section_Margins_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Margins : ICloneable</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_Document_Section_Margins__ctor" data-uid="GrapeCity.ActiveReports.Document.Section.Margins.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Margins.-ctor.html#GrapeCity_ActiveReports_Document_Section_Margins__ctor">Margins()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Margins.html">Margins</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Margins__ctor_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Section.Margins.#ctor(System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Margins.-ctor.html#GrapeCity_ActiveReports_Document_Section_Margins__ctor_System_Single_System_Single_System_Single_System_Single_">Margins(float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Margins.html">Margins</a> 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_ActiveReports_Document_Section_Margins_Bottom" data-uid="GrapeCity.ActiveReports.Document.Section.Margins.Bottom">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Margins.Bottom.html#GrapeCity_ActiveReports_Document_Section_Margins_Bottom">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the bottom margin.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Margins_Left" data-uid="GrapeCity.ActiveReports.Document.Section.Margins.Left">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Margins.Left.html#GrapeCity_ActiveReports_Document_Section_Margins_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the left margin.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Margins_Right" data-uid="GrapeCity.ActiveReports.Document.Section.Margins.Right">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Margins.Right.html#GrapeCity_ActiveReports_Document_Section_Margins_Right">Right</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the right margin.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Margins_Top" data-uid="GrapeCity.ActiveReports.Document.Section.Margins.Top">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Margins.Top.html#GrapeCity_ActiveReports_Document_Section_Margins_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the top margin.</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_Document_Section_Margins_Clone" data-uid="GrapeCity.ActiveReports.Document.Section.Margins.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Margins.Clone.html#GrapeCity_ActiveReports_Document_Section_Margins_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs a cloning of this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Margins_Equals_System_Object_" data-uid="GrapeCity.ActiveReports.Document.Section.Margins.Equals(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Margins.Equals.html#GrapeCity_ActiveReports_Document_Section_Margins_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_Document_Section_Margins_GetHashCode" data-uid="GrapeCity.ActiveReports.Document.Section.Margins.GetHashCode">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Margins.GetHashCode.html#GrapeCity_ActiveReports_Document_Section_Margins_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Margins_Changed" data-uid="GrapeCity.ActiveReports.Document.Section.Margins.Changed">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Margins.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Event that occurs when an element is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
