# GrapeCity.Documents.Word.PageBorderCollection.SurroundsFooter

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_PageBorderCollection_SurroundsFooter_" data-uid="GrapeCity.Documents.Word.PageBorderCollection.SurroundsFooter*">SurroundsFooter Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_PageBorderCollection_SurroundsFooter_" data-uid="GrapeCity.Documents.Word.PageBorderCollection.SurroundsFooter*"></a>
<h4 id="GrapeCity_Documents_Word_PageBorderCollection_SurroundsFooter" data-uid="GrapeCity.Documents.Word.PageBorderCollection.SurroundsFooter">SurroundsFooter</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether a page border encompasses the document footer.</p>
<p>
This property applies to all document sections and has effect only for sections where
<a class="xref" href="GrapeCity.Documents.Word.PageBorderCollection.OffsetFrom.html#GrapeCity_Documents_Word_PageBorderCollection_OffsetFrom">OffsetFrom</a> property is equal to <a class="xref" href="GrapeCity.Documents.Word.PageBorderOffsetFrom.html#GrapeCity_Documents_Word_PageBorderOffsetFrom_Text">Text</a>.
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool SurroundsFooter { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property SurroundsFooter As Boolean</code></pre>
</div>
</div>
