# GrapeCity.ActiveReports.Document.Section.PagesCollection

## Content

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



  <h1 id="GrapeCity_ActiveReports_Document_Section_PagesCollection" data-uid="GrapeCity.ActiveReports.Document.Section.PagesCollection" class="text-break">PagesCollection Class
</h1>
  <div class="markdown level0 summary"><p>Contains a collection of Page objects.</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="../MESCIUS.ActiveReports.Core.Document/GrapeCity.ActiveReports.Core.Document.PagesCollection-1.html">PagesCollection</a>&lt;<a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.html">Page</a>&gt;</div>
    <div class="level2"><span class="xref">PagesCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="../MESCIUS.ActiveReports.Core.Document/GrapeCity.ActiveReports.Core.Document.IPagesCollection-1.html">IPagesCollection</a>&lt;<a class="xref" href="GrapeCity.ActiveReports.Document.Section.Page.html">Page</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Document.Section.html">GrapeCity.ActiveReports.Document.Section</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Document_Section_PagesCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PagesCollection : PagesCollection&lt;Page&gt;, IPagesCollection&lt;Page&gt;, IList, ICollection, IEnumerable, IDisposable, ICloneable</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_Document_Section_PagesCollection__ctor" data-uid="GrapeCity.ActiveReports.Document.Section.PagesCollection.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PagesCollection.-ctor.html#GrapeCity_ActiveReports_Document_Section_PagesCollection__ctor">PagesCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PagesCollection.html">PagesCollection</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_PagesCollection__ctor_GrapeCity_ActiveReports_Document_SectionDocument_" data-uid="GrapeCity.ActiveReports.Document.Section.PagesCollection.#ctor(GrapeCity.ActiveReports.Document.SectionDocument)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PagesCollection.-ctor.html#GrapeCity_ActiveReports_Document_Section_PagesCollection__ctor_GrapeCity_ActiveReports_Document_SectionDocument_">PagesCollection(SectionDocument)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PagesCollection.html">PagesCollection</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_PagesCollection_Clone" data-uid="GrapeCity.ActiveReports.Document.Section.PagesCollection.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PagesCollection.Clone.html#GrapeCity_ActiveReports_Document_Section_PagesCollection_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs a cloning of this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_PagesCollection_GetRange_System_Int32_System_Int32_" data-uid="GrapeCity.ActiveReports.Document.Section.PagesCollection.GetRange(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.PagesCollection.GetRange.html#GrapeCity_ActiveReports_Document_Section_PagesCollection_GetRange_System_Int32_System_Int32_">GetRange(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the count of Page objects in a Pagescollection starting at the specified index.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Document.PageRangeParser.FilterByRange.html#GrapeCity_ActiveReports_Document_PageRangeParser_FilterByRange_GrapeCity_ActiveReports_Core_Document_IPagesCollection_GrapeCity_ActiveReports_Document_Section_Page__System_String_System_Collections_Generic_IDictionary_System_Int32_System_Int32__">PageRangeParser.FilterByRange(IPagesCollection&lt;Page&gt;, string, IDictionary&lt;int, int&gt;)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ApplyDefaults.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ApplyDefaults__1___0_">ObjectExtensions.ApplyDefaults&lt;TObject&gt;(TObject)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.SetValue.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_SetValue__1___0_System_ComponentModel_PropertyDescriptor_System_String_">ObjectExtensions.SetValue&lt;TObject&gt;(TObject, PropertyDescriptor, string)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ToNameValueCollection.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ToNameValueCollection_System_Object_">ObjectExtensions.ToNameValueCollection(object)</a>
  </div>

</div>
