# C1.Win.GanttView.Printing.BreakEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_GanttView_Printing_BreakEnum" data-uid="C1.Win.GanttView.Printing.BreakEnum" class="text-break">BreakEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the various breaks which can be forced before or after render object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.GanttView.Printing.html">C1.Win.GanttView.Printing</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_Win_GanttView_Printing_BreakEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum BreakEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum BreakEnum</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_Win_GanttView_Printing_BreakEnum_Column">Column</td>
        <td><p>New column should be started.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_BreakEnum_Line">Line</td>
        <td><p>New line on inline flow should be started.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_BreakEnum_None">None</td>
        <td><p>No break.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_BreakEnum_Page">Page</td>
        <td><p>New page should be started.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
