# GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPage.ViewMode

## Content

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




  <h1 id="GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPage_ViewMode" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPage.ViewMode" class="text-break">ViewMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the view mode.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPage.html">GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPage</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Wpf.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPage_ViewMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ViewMode</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_Viewer_Wpf_View_MultiPage_ViewMode_Fixed">Fixed</td>
        <td><p>Fixed size.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPage_ViewMode_ScaleToFit">ScaleToFit</td>
        <td><p>Scale to fit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_MultiPage_ViewMode_Wrap">Wrap</td>
        <td><p>Wrap.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
