# GrapeCity.Documents.Word.PageBorderAppliesTo

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_PageBorderAppliesTo" data-uid="GrapeCity.Documents.Word.PageBorderAppliesTo" class="text-break">PageBorderAppliesTo Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies which pages the page border is printed on.</p>
</div>
  <div class="markdown level0 conceptual"></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_PageBorderAppliesTo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PageBorderAppliesTo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PageBorderAppliesTo</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_Documents_Word_PageBorderAppliesTo_AllPages">AllPages</td>
        <td><p>Page border is shown on all pages of a section.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_PageBorderAppliesTo_FirstPage">FirstPage</td>
        <td><p>Page border is shown on the first page of a section only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_PageBorderAppliesTo_OtherPages">OtherPages</td>
        <td><p>Page border is shown on all pages except the first page of a section.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
