# GrapeCity.ActiveReports.Printing.IPageSettings

## Content

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



  <h1 id="GrapeCity_ActiveReports_Printing_IPageSettings" data-uid="GrapeCity.ActiveReports.Printing.IPageSettings" class="text-break">IPageSettings Interface
</h1>
  <div class="markdown level0 summary"><p>Specifies settings that apply to a single, printed page.
This interface is used instead of System.Drawing.Printing.PageSettings.</p>
</div>
  <div class="markdown level0 conceptual"></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_IPageSettings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPageSettings</code></pre>
  </div>
  <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_IPageSettings_Bounds" data-uid="GrapeCity.ActiveReports.Printing.IPageSettings.Bounds">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.IPageSettings.Bounds.html#GrapeCity_ActiveReports_Printing_IPageSettings_Bounds">Bounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the size of the page, taking into account the page orientation specified by the <span class="xref">System.Drawing.Printing.PageSettings.Landscape</span> property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_IPageSettings_Color" data-uid="GrapeCity.ActiveReports.Printing.IPageSettings.Color">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.IPageSettings.Color.html#GrapeCity_ActiveReports_Printing_IPageSettings_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the page should be printed in color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_IPageSettings_HardMarginX" data-uid="GrapeCity.ActiveReports.Printing.IPageSettings.HardMarginX">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.IPageSettings.HardMarginX.html#GrapeCity_ActiveReports_Printing_IPageSettings_HardMarginX">HardMarginX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the x-coordinate, in hundredths of an inch, of the hard margin at the left of the page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_IPageSettings_HardMarginY" data-uid="GrapeCity.ActiveReports.Printing.IPageSettings.HardMarginY">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.IPageSettings.HardMarginY.html#GrapeCity_ActiveReports_Printing_IPageSettings_HardMarginY">HardMarginY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the y-coordinate, in hundredths of an inch, of the hard margin at the top of the page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_IPageSettings_Landscape" data-uid="GrapeCity.ActiveReports.Printing.IPageSettings.Landscape">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.IPageSettings.Landscape.html#GrapeCity_ActiveReports_Printing_IPageSettings_Landscape">Landscape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the page is printed in landscape or portrait orientation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_IPageSettings_Margins" data-uid="GrapeCity.ActiveReports.Printing.IPageSettings.Margins">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.IPageSettings.Margins.html#GrapeCity_ActiveReports_Printing_IPageSettings_Margins">Margins</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the margins for this page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_IPageSettings_PaperSize" data-uid="GrapeCity.ActiveReports.Printing.IPageSettings.PaperSize">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.IPageSettings.PaperSize.html#GrapeCity_ActiveReports_Printing_IPageSettings_PaperSize">PaperSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the paper size for the page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_IPageSettings_PaperSource" data-uid="GrapeCity.ActiveReports.Printing.IPageSettings.PaperSource">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.IPageSettings.PaperSource.html#GrapeCity_ActiveReports_Printing_IPageSettings_PaperSource">PaperSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the page's paper source; for example, the printer's upper tray.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_IPageSettings_PrintableArea" data-uid="GrapeCity.ActiveReports.Printing.IPageSettings.PrintableArea">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.IPageSettings.PrintableArea.html#GrapeCity_ActiveReports_Printing_IPageSettings_PrintableArea">PrintableArea</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the bounds of the printable area of the page for the printer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_IPageSettings_PrinterResolution" data-uid="GrapeCity.ActiveReports.Printing.IPageSettings.PrinterResolution">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.IPageSettings.PrinterResolution.html#GrapeCity_ActiveReports_Printing_IPageSettings_PrinterResolution">PrinterResolution</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the resolution of the printer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_IPageSettings_PrinterSettings" data-uid="GrapeCity.ActiveReports.Printing.IPageSettings.PrinterSettings">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.IPageSettings.PrinterSettings.html#GrapeCity_ActiveReports_Printing_IPageSettings_PrinterSettings">PrinterSettings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the printer settings associated with the page.</p>
</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>
