# C1.WPF.FlexGrid.FlexPaginator.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_FlexGrid_FlexPaginator__ctor_" data-uid="C1.WPF.FlexGrid.FlexPaginator.#ctor*">FlexPaginator Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_FlexGrid_FlexPaginator__ctor_" data-uid="C1.WPF.FlexGrid.FlexPaginator.#ctor*"></a>
<h4 id="C1_WPF_FlexGrid_FlexPaginator__ctor_C1_WPF_FlexGrid_C1FlexGrid_System_Windows_Size_System_Collections_Generic_List_System_Windows_FrameworkElement__C1_WPF_FlexGrid_PrintParameters_" data-uid="C1.WPF.FlexGrid.FlexPaginator.#ctor(C1.WPF.FlexGrid.C1FlexGrid,System.Windows.Size,System.Collections.Generic.List{System.Windows.FrameworkElement},C1.WPF.FlexGrid.PrintParameters)">FlexPaginator(C1FlexGrid, Size, List&lt;FrameworkElement&gt;, PrintParameters)</h4>
<div class="markdown level1 summary"><p>Instantiate a new instance of the <a class="xref" href="C1.WPF.FlexGrid.FlexPaginator.html">FlexPaginator</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public FlexPaginator(C1FlexGrid flex, Size pageSize, List&lt;FrameworkElement&gt; pages, PrintParameters printParameters)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(flex As C1FlexGrid, pageSize As Size, pages As List(Of FrameworkElement), printParameters As PrintParameters)</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.C1FlexGrid.html">C1FlexGrid</a></td>
      <td><span class="parametername">flex</span></td>
      <td><p>The C1FlexGrid 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.PrintParameters.html">PrintParameters</a></td>
      <td><span class="parametername">printParameters</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
