# GrapeCity.ActiveReports.Core.Document.IPagesCollection-1

## Content

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



  <h1 id="GrapeCity_ActiveReports_Core_Document_IPagesCollection_1" data-uid="GrapeCity.ActiveReports.Core.Document.IPagesCollection`1" class="text-break">IPagesCollection&lt;T&gt; Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the pages collection.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Core.Document.html">GrapeCity.ActiveReports.Core.Document</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Document.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Core_Document_IPagesCollection_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPagesCollection&lt;out T&gt; : IList, ICollection, IEnumerable, IDisposable, ICloneable where T : Page, new()</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td><p>Represents a class of type <a class="xref" href="GrapeCity.ActiveReports.Core.Document.Page.html">Page</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_IPagesCollection_1_Document" data-uid="GrapeCity.ActiveReports.Core.Document.IPagesCollection`1.Document">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.IPagesCollection-1.Document.html#GrapeCity_ActiveReports_Core_Document_IPagesCollection_1_Document">Document</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_IPagesCollection_1_Fonts" data-uid="GrapeCity.ActiveReports.Core.Document.IPagesCollection`1.Fonts">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.IPagesCollection-1.Fonts.html#GrapeCity_ActiveReports_Core_Document_IPagesCollection_1_Fonts">Fonts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the font collection of texts of pages.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_IPagesCollection_1_Changed" data-uid="GrapeCity.ActiveReports.Core.Document.IPagesCollection`1.Changed">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.IPagesCollection-1.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>The change event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_IPagesCollection_1_FetchItem" data-uid="GrapeCity.ActiveReports.Core.Document.IPagesCollection`1.FetchItem">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.IPagesCollection-1.FetchItem.html">FetchItem</a>
        </td>
        <td class="markdown level1 summary"><p>The item fetch event.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
