# C1.C1Preview.BordersSplitMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Preview_BordersSplitMode" data-uid="C1.C1Preview.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.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_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_C1Preview_BordersSplitMode_None">None</td>
        <td><p>Borders are not drawn where the object is split.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_BordersSplitMode_Round">Round</td>
        <td><p>Borders are drawn where the object is split.
If the border is round (see <span class="xref">C1.C1Preview.IBorders.RadiusX</span>,
<span class="xref">C1.C1Preview.IBorders.RadiusY</span>),
round borders are drawn where the object is split.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_BordersSplitMode_Square">Square</td>
        <td><p>Square borders are drawn where the object is split.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
