# C1.WPF.FlexGrid.C1FlexGrid.GetPageBreaks

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_FlexGrid_C1FlexGrid_GetPageBreaks_" data-uid="C1.WPF.FlexGrid.C1FlexGrid.GetPageBreaks*">GetPageBreaks Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_FlexGrid_C1FlexGrid_GetPageBreaks_" data-uid="C1.WPF.FlexGrid.C1FlexGrid.GetPageBreaks*"></a>
<h4 id="C1_WPF_FlexGrid_C1FlexGrid_GetPageBreaks_C1_WPF_FlexGrid_CellRange_C1_WPF_FlexGrid_ScaleMode_System_Windows_Size_System_Collections_Generic_List_System_Int32__System_Collections_Generic_List_System_Int32__" data-uid="C1.WPF.FlexGrid.C1FlexGrid.GetPageBreaks(C1.WPF.FlexGrid.CellRange,C1.WPF.FlexGrid.ScaleMode,System.Windows.Size,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Int32})">GetPageBreaks(CellRange, ScaleMode, Size, List&lt;int&gt;, List&lt;int&gt;)</h4>
<div class="markdown level1 summary"><p>Fills the lists of row and column breaks used to generate the pages.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected void GetPageBreaks(CellRange printRange, ScaleMode scaleMode, Size pageSize, List&lt;int&gt; rowBreaks, List&lt;int&gt; colBreaks)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Sub GetPageBreaks(printRange As CellRange, scaleMode As ScaleMode, pageSize As Size, rowBreaks As List(Of Integer), colBreaks As List(Of Integer))</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.WPF.FlexGrid.CellRange.html">CellRange</a></td>
      <td><span class="parametername">printRange</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.WPF.FlexGrid.ScaleMode.html">ScaleMode</a></td>
      <td><span class="parametername">scaleMode</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.size">Size</a></td>
      <td><span class="parametername">pageSize</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>&gt;</td>
      <td><span class="parametername">rowBreaks</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>&gt;</td>
      <td><span class="parametername">colBreaks</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
