# GrapeCity.ActiveReports.Printing.Printer.OriginAtMargins

## Content

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



<h1 id="GrapeCity_ActiveReports_Printing_Printer_OriginAtMargins_" data-uid="GrapeCity.ActiveReports.Printing.Printer.OriginAtMargins*">OriginAtMargins Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Printing_Printer_OriginAtMargins_" data-uid="GrapeCity.ActiveReports.Printing.Printer.OriginAtMargins*"></a>
<h4 id="GrapeCity_ActiveReports_Printing_Printer_OriginAtMargins" data-uid="GrapeCity.ActiveReports.Printing.Printer.OriginAtMargins">OriginAtMargins</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the position of a graphics object associated with a page is located just inside the user-specified margins or at the top-left corner of the printable area of the page.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool OriginAtMargins { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p><a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> if the graphics origin starts at the page margins; <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a> if the graphics origin is at the top-left corner of the printable page. The default is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
