# GrapeCity.Documents.Text.PageSplitArea.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Text_PageSplitArea__ctor_" data-uid="GrapeCity.Documents.Text.PageSplitArea.#ctor*">PageSplitArea Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Text_PageSplitArea__ctor_" data-uid="GrapeCity.Documents.Text.PageSplitArea.#ctor*"></a>
<h4 id="GrapeCity_Documents_Text_PageSplitArea__ctor" data-uid="GrapeCity.Documents.Text.PageSplitArea.#ctor">PageSplitArea()</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Text.PageSplitArea.html">PageSplitArea</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public PageSplitArea()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New()</code></pre>
</div>


<a id="GrapeCity_Documents_Text_PageSplitArea__ctor_" data-uid="GrapeCity.Documents.Text.PageSplitArea.#ctor*"></a>
<h4 id="GrapeCity_Documents_Text_PageSplitArea__ctor_GrapeCity_Documents_Text_TextLayout_" data-uid="GrapeCity.Documents.Text.PageSplitArea.#ctor(GrapeCity.Documents.Text.TextLayout)">PageSplitArea(TextLayout)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public PageSplitArea(TextLayout textLayout)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(textLayout As TextLayout)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Text.TextLayout.html">TextLayout</a></td>
      <td><span class="parametername">textLayout</span></td>
      <td><p><a class="xref" href="GrapeCity.Documents.Text.PageSplitArea.TextLayout.html#GrapeCity_Documents_Text_PageSplitArea_TextLayout">TextLayout</a> to be used as the source of data for a new instance of <a class="xref" href="GrapeCity.Documents.Text.PageSplitArea.html">PageSplitArea</a>.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Documents_Text_PageSplitArea__ctor_" data-uid="GrapeCity.Documents.Text.PageSplitArea.#ctor*"></a>
<h4 id="GrapeCity_Documents_Text_PageSplitArea__ctor_GrapeCity_Documents_Text_PageSplitArea_" data-uid="GrapeCity.Documents.Text.PageSplitArea.#ctor(GrapeCity.Documents.Text.PageSplitArea)">PageSplitArea(PageSplitArea)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public PageSplitArea(PageSplitArea pageSplitArea)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(pageSplitArea As PageSplitArea)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Text.PageSplitArea.html">PageSplitArea</a></td>
      <td><span class="parametername">pageSplitArea</span></td>
      <td><p><a class="xref" href="GrapeCity.Documents.Text.PageSplitArea.html">PageSplitArea</a> to be used as the source of data for a new instance of <a class="xref" href="GrapeCity.Documents.Text.PageSplitArea.html">PageSplitArea</a>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
