# GrapeCity.Documents.Word.LastRenderedPageBreak

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_LastRenderedPageBreak" data-uid="GrapeCity.Documents.Word.LastRenderedPageBreak" class="text-break">LastRenderedPageBreak Class
</h1>
  <div class="markdown level0 summary"><p>Represents the position delimited the end of a page when this document was last saved by an application which paginates its content.</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.ContentObject.html">ContentObject</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Documents.Word.Text.html">Text</a></div>
    <div class="level3"><span class="xref">LastRenderedPageBreak</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Word.IBrowsable-1.html">IBrowsable</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.Text.html">Text</a>&gt;</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_LastRenderedPageBreak_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LastRenderedPageBreak : Text, IBrowsable&lt;Text&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class LastRenderedPageBreak
    Inherits Text
    Implements IBrowsable(Of Text)</code></pre>
  </div>
  <h5 id="GrapeCity_Documents_Word_LastRenderedPageBreak_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This class must be used by applications to specify the locations of page breaks within a document when it is saved,
in order to allow other applications (e.g. assistive software) to utilize this information when reading the document.</p>
</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_LastRenderedPageBreak_Value" data-uid="GrapeCity.Documents.Word.LastRenderedPageBreak.Value">
          <a class="xref" href="GrapeCity.Documents.Word.LastRenderedPageBreak.Value.html#GrapeCity_Documents_Word_LastRenderedPageBreak_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text representation of the break.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_LastRenderedPageBreak_Split_System_Int32_" data-uid="GrapeCity.Documents.Word.LastRenderedPageBreak.Split(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Word.LastRenderedPageBreak.Split.html#GrapeCity_Documents_Word_LastRenderedPageBreak_Split_System_Int32_">Split(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Splitting of a break is not supported.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
