# GrapeCity.Documents.Word.ViewOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_ViewOptions" data-uid="GrapeCity.Documents.Word.ViewOptions" class="text-break">ViewOptions Class
</h1>
  <div class="markdown level0 summary"><p>Provides various options that control how a document is shown in application.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Documents.Word.FormattingBag.html">FormattingBag</a></div>
    <div class="level2"><span class="xref">ViewOptions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_ViewOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ViewOptions : FormattingBag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ViewOptions
    Inherits FormattingBag</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_ViewOptions_DisplayBackground" data-uid="GrapeCity.Documents.Word.ViewOptions.DisplayBackground">
          <a class="xref" href="GrapeCity.Documents.Word.ViewOptions.DisplayBackground.html#GrapeCity_Documents_Word_ViewOptions_DisplayBackground">DisplayBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Controls display of the background in print layout view.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ViewOptions_DoNotDisplayPageBoundaries" data-uid="GrapeCity.Documents.Word.ViewOptions.DoNotDisplayPageBoundaries">
          <a class="xref" href="GrapeCity.Documents.Word.ViewOptions.DoNotDisplayPageBoundaries.html#GrapeCity_Documents_Word_ViewOptions_DoNotDisplayPageBoundaries">DoNotDisplayPageBoundaries</a>
        </td>
        <td class="markdown level1 summary"><p>Turns off display of the space between the top of the text and the top edge of the page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ViewOptions_ViewType" data-uid="GrapeCity.Documents.Word.ViewOptions.ViewType">
          <a class="xref" href="GrapeCity.Documents.Word.ViewOptions.ViewType.html#GrapeCity_Documents_Word_ViewOptions_ViewType">ViewType</a>
        </td>
        <td class="markdown level1 summary"><p>Controls the view mode in the application.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ViewOptions_Zoom" data-uid="GrapeCity.Documents.Word.ViewOptions.Zoom">
          <a class="xref" href="GrapeCity.Documents.Word.ViewOptions.Zoom.html#GrapeCity_Documents_Word_ViewOptions_Zoom">Zoom</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the magnification for a window as a percentage.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ViewOptions_ZoomType" data-uid="GrapeCity.Documents.Word.ViewOptions.ZoomType">
          <a class="xref" href="GrapeCity.Documents.Word.ViewOptions.ZoomType.html#GrapeCity_Documents_Word_ViewOptions_ZoomType">ZoomType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a zoom value based on the size of the window.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
