# C1.Document.BordersSplitMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Document_BordersSplitMode" data-uid="C1.Document.BordersSplitMode" class="text-break">BordersSplitMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how borders are drawn when the object is split between pages.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.html">C1.Document</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_BordersSplitMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum BordersSplitMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum BordersSplitMode</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_Document_BordersSplitMode_None">None</td>
        <td><p>Borders are not drawn where the object is split.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_BordersSplitMode_Round">Round</td>
        <td><p>Borders are drawn where the object is split.
If the border is round, round borders are drawn where the object is split.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_BordersSplitMode_Square">Square</td>
        <td><p>Square borders are drawn where the object is split.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
