# GrapeCity.SpreadBuilder.Printing.PagePrintOrientation

## Content

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




  <h1 id="GrapeCity_SpreadBuilder_Printing_PagePrintOrientation" data-uid="GrapeCity.SpreadBuilder.Printing.PagePrintOrientation" class="text-break">PagePrintOrientation Enum
</h1>
  <div class="markdown level0 summary"><p>Printing orientation</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.SpreadBuilder.Printing.html">GrapeCity.SpreadBuilder.Printing</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.SpreadBuilder.dll</h6>
  <h5 id="GrapeCity_SpreadBuilder_Printing_PagePrintOrientation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PagePrintOrientation</code></pre>
  </div>
  <h5 id="GrapeCity_SpreadBuilder_Printing_PagePrintOrientation_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Used with the <a class="xref" href="GrapeCity.SpreadBuilder.Printing.PageSetup.Orientation.html#GrapeCity_SpreadBuilder_Printing_PageSetup_Orientation">Orientation</a> property.</p>
</div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Printing_PagePrintOrientation_Landscape">Landscape</td>
        <td><p>Landscape. When the item is serialized out as xml, its value is &quot;landscape&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Printing_PagePrintOrientation_Portrait">Portrait</td>
        <td><p>Portrait. When the item is serialized out as xml, its value is &quot;portrait&quot;.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
