# GrapeCity.ActiveReports.Export.Pdf.Enums.DuplexMode

## Content

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




  <h1 id="GrapeCity_ActiveReports_Export_Pdf_Enums_DuplexMode" data-uid="GrapeCity.ActiveReports.Export.Pdf.Enums.DuplexMode" class="text-break">Enums.DuplexMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies Printer duplex option. For best results, the selected printer should support duplex printing if you select a duplex option.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.html">GrapeCity.ActiveReports.Export.Pdf</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Export.Pdf.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Export_Pdf_Enums_DuplexMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof())]
public enum Enums.DuplexMode</code></pre>
  </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_ActiveReports_Export_Pdf_Enums_DuplexMode_DuplexFlipLongEdge">DuplexFlipLongEdge</td>
        <td><p>Prints on both sides of the paper; the paper flips along the long edge.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Enums_DuplexMode_DuplexFlipShortEdge">DuplexFlipShortEdge</td>
        <td><p>Prints on both sides of the paper; the paper flips along the short edge.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Enums_DuplexMode_Simplex">Simplex</td>
        <td><p>Prints on one side of the paper.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
