# C1.Win.List.PrintInfo.PageBreaksEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_List_PrintInfo_PageBreaksEnum" data-uid="C1.Win.List.PrintInfo.PageBreaksEnum" class="text-break">PrintInfo.PageBreaksEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how grid is broken into extension (horizontal) pages
when it is too wide to fit into one page.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.List.html">C1.Win.List</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.List.10.dll</h6>
  <h5 id="C1_Win_List_PrintInfo_PageBreaksEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PrintInfo.PageBreaksEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PrintInfo.PageBreaksEnum</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_List_PrintInfo_PageBreaksEnum_ClipInArea">ClipInArea</td>
        <td><p>Columns that do not fit into one page are clipped.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_PrintInfo_PageBreaksEnum_FitIntoArea">FitIntoArea</td>
        <td><p>All columns are made narrow enough to fit into one page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_PrintInfo_PageBreaksEnum_OnColumn">OnColumn</td>
        <td><p>Horizontal page breaks can be inserted on any column as necessary.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_PrintInfo_PageBreaksEnum_OnSplit">OnSplit</td>
        <td><p>Horizontal page breaks can be inserted on grid splits as necessary.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
