# GrapeCity.ActiveReports.Converters.PagesCollectionConverter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Converters_PagesCollectionConverter" data-uid="GrapeCity.ActiveReports.Converters.PagesCollectionConverter" class="text-break">PagesCollectionConverter Class
</h1>
  <div class="markdown level0 summary"><p>Represents a converter that converts an internal viewer collection to a WPF collection.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.ActiveReports.Converters.AdapterConverter-2.html">AdapterConverter</a>&lt;<span class="xref">INotificationCollection</span>&lt;<span class="xref">PageView</span>&gt;, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.observablecollection-1">ObservableCollection</a>&lt;<a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPage.IPageModel.html">IPageModel</a>&gt;&gt;</div>
    <div class="level2"><span class="xref">PagesCollectionConverter</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.data.ivalueconverter">IValueConverter</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Converters.html">GrapeCity.ActiveReports.Converters</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Wpf.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Converters_PagesCollectionConverter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PagesCollectionConverter : AdapterConverter&lt;INotificationCollection&lt;PageView&gt;, ObservableCollection&lt;IPageModel&gt;&gt;, IValueConverter</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Converters_PagesCollectionConverter__ctor" data-uid="GrapeCity.ActiveReports.Converters.PagesCollectionConverter.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Converters.PagesCollectionConverter.-ctor.html#GrapeCity_ActiveReports_Converters_PagesCollectionConverter__ctor">PagesCollectionConverter()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Converters.PagesCollectionConverter.html">PagesCollectionConverter</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
