# C1.WPF.FlexGrid.FlexSheetPaginator.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_FlexGrid_FlexSheetPaginator__ctor_" data-uid="C1.WPF.FlexGrid.FlexSheetPaginator.#ctor*">FlexSheetPaginator Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_FlexGrid_FlexSheetPaginator__ctor_" data-uid="C1.WPF.FlexGrid.FlexSheetPaginator.#ctor*"></a>
<h4 id="C1_WPF_FlexGrid_FlexSheetPaginator__ctor_C1_WPF_FlexGrid_C1FlexSheet_System_Windows_Size_System_Collections_Generic_List_System_Windows_FrameworkElement__C1_WPF_FlexGrid_PrintParameters_System_Collections_Generic_List_System_Int32__System_Collections_Generic_List_System_Int32__System_Double_" data-uid="C1.WPF.FlexGrid.FlexSheetPaginator.#ctor(C1.WPF.FlexGrid.C1FlexSheet,System.Windows.Size,System.Collections.Generic.List{System.Windows.FrameworkElement},C1.WPF.FlexGrid.PrintParameters,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Int32},System.Double)">FlexSheetPaginator(C1FlexSheet, Size, List&lt;FrameworkElement&gt;, PrintParameters, List&lt;int&gt;, List&lt;int&gt;, double)</h4>
<div class="markdown level1 summary"><p>Instantiate a new instance of the <a class="xref" href="C1.WPF.FlexGrid.FlexSheetPaginator.html">FlexSheetPaginator</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public FlexSheetPaginator(C1FlexSheet sheets, Size pageSize, List&lt;FrameworkElement&gt; pages, PrintParameters p, List&lt;int&gt; colBreaks, List&lt;int&gt; rowBreaks, double zoom)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(sheets As C1FlexSheet, pageSize As Size, pages As List(Of FrameworkElement), p As PrintParameters, colBreaks As List(Of Integer), rowBreaks As List(Of Integer), zoom As Double)</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.C1FlexSheet.html">C1FlexSheet</a></td>
      <td><span class="parametername">sheets</span></td>
      <td><p>The C1FlexSheet instance.</p>
</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><p>The size of the page.</p>
</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.windows.frameworkelement">FrameworkElement</a>&gt;</td>
      <td><span class="parametername">pages</span></td>
      <td><p>The List of the printed pages.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="../C1.WPF.FlexGrid.4.6.2/C1.WPF.FlexGrid.PrintParameters.html">PrintParameters</a></td>
      <td><span class="parametername">p</span></td>
      <td><p>The <a class="xref" href="../C1.WPF.FlexGrid.4.6.2/C1.WPF.FlexGrid.PrintParameters.html">PrintParameters</a> used for printing.</p>
</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><p>The collection of column breaks.</p>
</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><p>The collection of row breaks.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">zoom</span></td>
      <td><p>The zoom parameter.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
