# GrapeCity.Documents.Text.PageSplitArea

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Text_PageSplitArea" data-uid="GrapeCity.Documents.Text.PageSplitArea" class="text-break">PageSplitArea Class
</h1>
  <div class="markdown level0 summary"><p>Provides options for splitting text between several fragments on the same page using the <a class="xref" href="GrapeCity.Documents.Text.TextLayout.SplitAndBalance.html#GrapeCity_Documents_Text_TextLayout_SplitAndBalance_GrapeCity_Documents_Text_PageSplitArea___GrapeCity_Documents_Text_TextSplitOptions_GrapeCity_Documents_Text_TextLayout__">SplitAndBalance(PageSplitArea[], TextSplitOptions, out TextLayout)</a> method.</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"><span class="xref">PageSplitArea</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Text.html">GrapeCity.Documents.Text</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Text_PageSplitArea_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PageSplitArea</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PageSplitArea</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Text_PageSplitArea__ctor" data-uid="GrapeCity.Documents.Text.PageSplitArea.#ctor">
          <a class="xref" href="GrapeCity.Documents.Text.PageSplitArea.-ctor.html#GrapeCity_Documents_Text_PageSplitArea__ctor">PageSplitArea()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Text.PageSplitArea.html">PageSplitArea</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_PageSplitArea__ctor_GrapeCity_Documents_Text_PageSplitArea_" data-uid="GrapeCity.Documents.Text.PageSplitArea.#ctor(GrapeCity.Documents.Text.PageSplitArea)">
          <a class="xref" href="GrapeCity.Documents.Text.PageSplitArea.-ctor.html#GrapeCity_Documents_Text_PageSplitArea__ctor_GrapeCity_Documents_Text_PageSplitArea_">PageSplitArea(PageSplitArea)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Text.PageSplitArea.html">PageSplitArea</a> class copying data from another instance of <a class="xref" href="GrapeCity.Documents.Text.PageSplitArea.html">PageSplitArea</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_PageSplitArea__ctor_GrapeCity_Documents_Text_TextLayout_" data-uid="GrapeCity.Documents.Text.PageSplitArea.#ctor(GrapeCity.Documents.Text.TextLayout)">
          <a class="xref" href="GrapeCity.Documents.Text.PageSplitArea.-ctor.html#GrapeCity_Documents_Text_PageSplitArea__ctor_GrapeCity_Documents_Text_TextLayout_">PageSplitArea(TextLayout)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Text.PageSplitArea.html">PageSplitArea</a> class copying data from the given <a class="xref" href="GrapeCity.Documents.Text.PageSplitArea.TextLayout.html#GrapeCity_Documents_Text_PageSplitArea_TextLayout">TextLayout</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Text_PageSplitArea_ColumnWidth" data-uid="GrapeCity.Documents.Text.PageSplitArea.ColumnWidth">
          <a class="xref" href="GrapeCity.Documents.Text.PageSplitArea.ColumnWidth.html#GrapeCity_Documents_Text_PageSplitArea_ColumnWidth">ColumnWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the layout box measured from the left margin (for positive values) or from the right margin (for negative values).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_PageSplitArea_MarginBottom" data-uid="GrapeCity.Documents.Text.PageSplitArea.MarginBottom">
          <a class="xref" href="GrapeCity.Documents.Text.PageSplitArea.MarginBottom.html#GrapeCity_Documents_Text_PageSplitArea_MarginBottom">MarginBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bottom margin of the layout box, in graphic units.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_PageSplitArea_MarginLeft" data-uid="GrapeCity.Documents.Text.PageSplitArea.MarginLeft">
          <a class="xref" href="GrapeCity.Documents.Text.PageSplitArea.MarginLeft.html#GrapeCity_Documents_Text_PageSplitArea_MarginLeft">MarginLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left margin of the layout box, in graphic units.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_PageSplitArea_MarginRight" data-uid="GrapeCity.Documents.Text.PageSplitArea.MarginRight">
          <a class="xref" href="GrapeCity.Documents.Text.PageSplitArea.MarginRight.html#GrapeCity_Documents_Text_PageSplitArea_MarginRight">MarginRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the right margin of the layout box, in graphic units.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_PageSplitArea_MarginTop" data-uid="GrapeCity.Documents.Text.PageSplitArea.MarginTop">
          <a class="xref" href="GrapeCity.Documents.Text.PageSplitArea.MarginTop.html#GrapeCity_Documents_Text_PageSplitArea_MarginTop">MarginTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the top margin of the layout box, in graphic units.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_PageSplitArea_RowHeight" data-uid="GrapeCity.Documents.Text.PageSplitArea.RowHeight">
          <a class="xref" href="GrapeCity.Documents.Text.PageSplitArea.RowHeight.html#GrapeCity_Documents_Text_PageSplitArea_RowHeight">RowHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the layout box measured from the top margin (for positive values) or from the bottom margin (for negative values).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_PageSplitArea_TextLayout" data-uid="GrapeCity.Documents.Text.PageSplitArea.TextLayout">
          <a class="xref" href="GrapeCity.Documents.Text.PageSplitArea.TextLayout.html#GrapeCity_Documents_Text_PageSplitArea_TextLayout">TextLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the resulting <a class="xref" href="GrapeCity.Documents.Text.TextLayout.html">TextLayout</a> or null after executing <a class="xref" href="GrapeCity.Documents.Text.TextLayout.SplitAndBalance.html#GrapeCity_Documents_Text_TextLayout_SplitAndBalance_GrapeCity_Documents_Text_PageSplitArea___GrapeCity_Documents_Text_TextSplitOptions_GrapeCity_Documents_Text_TextLayout__">SplitAndBalance(PageSplitArea[], TextSplitOptions, out TextLayout)</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
