# GrapeCity.ActiveReports.Export.Pdf.Page.DisplayMode

## Content

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




  <h1 id="GrapeCity_ActiveReports_Export_Pdf_Page_DisplayMode" data-uid="GrapeCity.ActiveReports.Export.Pdf.Page.DisplayMode" class="text-break">DisplayMode Enum
</h1>
  <div class="markdown level0 summary"><p>Used to specify <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Page.Settings.DisplayMode.html#GrapeCity_ActiveReports_Export_Pdf_Page_Settings_DisplayMode">DisplayMode</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Page.html">GrapeCity.ActiveReports.Export.Pdf.Page</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Export.Pdf.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Export_Pdf_Page_DisplayMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof())]
[Flags]
public enum DisplayMode</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_Page_DisplayMode_FullScreen">FullScreen</td>
        <td><p>Full-screen mode with no menu bar, window controls, or any other window visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Page_DisplayMode_None">None</td>
        <td><p>Neither document outline nor thumbnail images are visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Page_DisplayMode_Outlines">Outlines</td>
        <td><p>The document outline is visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Page_DisplayMode_Thumbs">Thumbs</td>
        <td><p>Thumbnail images are visible. If thumbnails and outline flags are set, thumbnails will be shown.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
