# C1.Win.FlexViewer.FlexViewerZoomMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexViewer_FlexViewerZoomMode" data-uid="C1.Win.FlexViewer.FlexViewerZoomMode" class="text-break">FlexViewerZoomMode Enum
</h1>
  <div class="markdown level0 summary"><p>Describes the supported zoom modes of C1FlexViewerPane control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexViewer.html">C1.Win.FlexViewer</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexViewer.4.8.dll</h6>
  <h5 id="C1_Win_FlexViewer_FlexViewerZoomMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FlexViewerZoomMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FlexViewerZoomMode</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="C1_Win_FlexViewer_FlexViewerZoomMode_ActualSize">ActualSize</td>
        <td><p>Pages are shown in actual size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_FlexViewerZoomMode_Custom">Custom</td>
        <td><p>Custom zoom mode. The actual zoom factor is determined by the value of the
<a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ZoomFactor.html#C1_Win_FlexViewer_C1FlexViewerPane_ZoomFactor">ZoomFactor</a>
property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_FlexViewerZoomMode_PageWidth">PageWidth</td>
        <td><p>Pages are zoomed in or out as necessary to fit the page width in the preview window.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_FlexViewerZoomMode_WholePage">WholePage</td>
        <td><p>Pages are zoomed in or out as necessary to fit the whole page in the preview window.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
