# C1.C1Preview.SplitBehaviorEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Preview_SplitBehaviorEnum" data-uid="C1.C1Preview.SplitBehaviorEnum" class="text-break">SplitBehaviorEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the splitting behavior of a render object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_SplitBehaviorEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SplitBehaviorEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SplitBehaviorEnum</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="C1_C1Preview_SplitBehaviorEnum_Never">Never</td>
        <td><p>The object should not be split between pages
(i.e. should always be kept together on a single page).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_SplitBehaviorEnum_SplitIfLarge">SplitIfLarge</td>
        <td><p>The object can be split only if it is too large to fit on an empty
page. In that case, the object is split immediately. Otherwise, a
new page is started and the object is placed on it without
splitting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_SplitBehaviorEnum_SplitIfNeeded">SplitIfNeeded</td>
        <td><p>The object can be split if it does not fit onto the current page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_SplitBehaviorEnum_SplitNewPage">SplitNewPage</td>
        <td><p>If the object does not fit on the current page (column),
a new page (column) is started; if the object does not fit
on that page (column), it is split as needed after that.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
