# GrapeCity.ActiveReports.Printing.Margins

## Content

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



  <h1 id="GrapeCity_ActiveReports_Printing_Margins" data-uid="GrapeCity.ActiveReports.Printing.Margins" class="text-break">Margins Class
</h1>
  <div class="markdown level0 summary"><p>Specifies the dimensions of the margins of a printed page.
This is a cross-platform version of System.Drawing.Printing.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>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Printing.html">GrapeCity.ActiveReports.Printing</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Printing_Margins_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Margins</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_Printing_Margins__ctor_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.ActiveReports.Printing.Margins.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.Margins.-ctor.html#GrapeCity_ActiveReports_Printing_Margins__ctor_System_Int32_System_Int32_System_Int32_System_Int32_">Margins(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Printing.Margins.html">Margins</a> class with the specified left, right, top, and bottom margins.</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_Printing_Margins_Bottom" data-uid="GrapeCity.ActiveReports.Printing.Margins.Bottom">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.Margins.Bottom.html#GrapeCity_ActiveReports_Printing_Margins_Bottom">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bottom margin, in hundredths of an inch.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_Margins_Left" data-uid="GrapeCity.ActiveReports.Printing.Margins.Left">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.Margins.Left.html#GrapeCity_ActiveReports_Printing_Margins_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left margin width, in hundredths of an inch.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_Margins_Right" data-uid="GrapeCity.ActiveReports.Printing.Margins.Right">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.Margins.Right.html#GrapeCity_ActiveReports_Printing_Margins_Right">Right</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the right margin width, in hundredths of an inch.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_Margins_Top" data-uid="GrapeCity.ActiveReports.Printing.Margins.Top">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.Margins.Top.html#GrapeCity_ActiveReports_Printing_Margins_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the top margin width, in hundredths of an inch.</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_Printing_Margins_Equals_System_Object_" data-uid="GrapeCity.ActiveReports.Printing.Margins.Equals(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.Margins.Equals.html#GrapeCity_ActiveReports_Printing_Margins_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_Margins_GetHashCode" data-uid="GrapeCity.ActiveReports.Printing.Margins.GetHashCode">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.Margins.GetHashCode.html#GrapeCity_ActiveReports_Printing_Margins_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_Margins_ToString" data-uid="GrapeCity.ActiveReports.Printing.Margins.ToString">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.Margins.ToString.html#GrapeCity_ActiveReports_Printing_Margins_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_ActiveReports_Printing_Margins_op_Equality_GrapeCity_ActiveReports_Printing_Margins_GrapeCity_ActiveReports_Printing_Margins_" data-uid="GrapeCity.ActiveReports.Printing.Margins.op_Equality(GrapeCity.ActiveReports.Printing.Margins,GrapeCity.ActiveReports.Printing.Margins)">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.Margins.op_Equality.html#GrapeCity_ActiveReports_Printing_Margins_op_Equality_GrapeCity_ActiveReports_Printing_Margins_GrapeCity_ActiveReports_Printing_Margins_">operator ==(Margins, Margins)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_Margins_op_Inequality_GrapeCity_ActiveReports_Printing_Margins_GrapeCity_ActiveReports_Printing_Margins_" data-uid="GrapeCity.ActiveReports.Printing.Margins.op_Inequality(GrapeCity.ActiveReports.Printing.Margins,GrapeCity.ActiveReports.Printing.Margins)">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.Margins.op_Inequality.html#GrapeCity_ActiveReports_Printing_Margins_op_Inequality_GrapeCity_ActiveReports_Printing_Margins_GrapeCity_ActiveReports_Printing_Margins_">operator !=(Margins, Margins)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ApplyDefaults.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ApplyDefaults__1___0_">ObjectExtensions.ApplyDefaults&lt;TObject&gt;(TObject)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.SetValue.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_SetValue__1___0_System_ComponentModel_PropertyDescriptor_System_String_">ObjectExtensions.SetValue&lt;TObject&gt;(TObject, PropertyDescriptor, string)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ToNameValueCollection.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ToNameValueCollection_System_Object_">ObjectExtensions.ToNameValueCollection(object)</a>
  </div>

</div>
