# C1.WPF.FlexGrid.IPrintFactory.CreatePrintPaginator

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_FlexGrid_IPrintFactory_CreatePrintPaginator_" data-uid="C1.WPF.FlexGrid.IPrintFactory.CreatePrintPaginator*">CreatePrintPaginator Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_FlexGrid_IPrintFactory_CreatePrintPaginator_" data-uid="C1.WPF.FlexGrid.IPrintFactory.CreatePrintPaginator*"></a>
<h4 id="C1_WPF_FlexGrid_IPrintFactory_CreatePrintPaginator_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.IPrintFactory.CreatePrintPaginator(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)">CreatePrintPaginator(Size, List&lt;FrameworkElement&gt;, PrintParameters, List&lt;int&gt;, List&lt;int&gt;, double)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">DocumentPaginator CreatePrintPaginator(Size pageSize, List&lt;FrameworkElement&gt; pages, PrintParameters printParameters, List&lt;int&gt; colBreaks, List&lt;int&gt; rowBreaks, double zoom)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Function CreatePrintPaginator(pageSize As Size, pages As List(Of FrameworkElement), printParameters As PrintParameters, colBreaks As List(Of Integer), rowBreaks As List(Of Integer), zoom As Double) As DocumentPaginator</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="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.windows.frameworkelement">FrameworkElement</a>&gt;</td>
      <td><span class="parametername">pages</span></td>
      <td></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>
    <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>
    <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.double">double</a></td>
      <td><span class="parametername">zoom</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.documents.documentpaginator">DocumentPaginator</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
