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

## Content

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



  <h1 id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1" class="text-break">PagesCollection&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Contains a collection of <a class="xref" href="GrapeCity.ActiveReports.Core.Document.Page.html">Page</a> 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"><span class="xref">PagesCollection&lt;T&gt;</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.Core.Document.IPagesCollection-1.html">IPagesCollection</a>&lt;T&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.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_PagesCollection_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PagesCollection&lt;T&gt; : IPagesCollection&lt;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></td>
      </tr>
    </tbody>
  </table>
  <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_Core_Document_PagesCollection_1__ctor" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.-ctor.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1__ctor">PagesCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.html">PagesCollection&lt;T&gt;</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1__ctor_GrapeCity_ActiveReports_Core_Document_DocumentBase__0__" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.#ctor(GrapeCity.ActiveReports.Core.Document.DocumentBase{`0})">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.-ctor.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1__ctor_GrapeCity_ActiveReports_Core_Document_DocumentBase__0__">PagesCollection(DocumentBase&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.html">PagesCollection&lt;T&gt;</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</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_PagesCollection_1__lock" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1._lock">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1._lock.html">_lock</a>
        </td>
        <td class="markdown level1 summary"><p>Synchronization object for thread safety.</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_PagesCollection_1_Count" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.Count">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.Count.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of elements contained in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Document" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.Document">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.Document.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Document">Document</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_FileVersion" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.FileVersion">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.FileVersion.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_FileVersion">FileVersion</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the file version.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Fonts" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.Fonts">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.Fonts.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Fonts">Fonts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the fonts collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_IsFixedSize" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.IsFixedSize">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.IsFixedSize.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_IsFixedSize">IsFixedSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a> has a fixed size.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_IsReadOnly" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.IsReadOnly">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.IsReadOnly.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a> is read-only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_IsSynchronized" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.IsSynchronized">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.IsSynchronized.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_IsSynchronized">IsSynchronized</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether access to the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a> is synchronized (thread safe).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Item_System_Int32_" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.Item(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.Item.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.ActiveReports.Core.Document.Page.html">Page</a> object at specified index in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_SyncRoot" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.SyncRoot">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.SyncRoot.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_SyncRoot">SyncRoot</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an object that can be used to synchronize access to the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a>.</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_Core_Document_PagesCollection_1_Add_System_Guid__0_" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.Add(System.Guid,`0)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.Add.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Add_System_Guid__0_">Add(Guid, T)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new item into the cache.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Add_System_Object_" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.Add(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.Add.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Add_System_Object_">Add(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an item to the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Add__0_" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.Add(`0)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.Add.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Add__0_">Add(T)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a page object to the end of the pages collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_AddRange_GrapeCity_ActiveReports_Core_Document_PagesCollection__0__" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.AddRange(GrapeCity.ActiveReports.Core.Document.PagesCollection{`0})">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.AddRange.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_AddRange_GrapeCity_ActiveReports_Core_Document_PagesCollection__0__">AddRange(PagesCollection&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the elements of pages collection to the end of the pages collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_AddRange__0___" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.AddRange(`0[])">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.AddRange.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_AddRange__0___">AddRange(T[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the elements of an array of pages to the end of the pages collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Clear" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.Clear">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.Clear.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all the page objects from the page collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Clone" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.Clone.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs a cloning of this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Contains_System_Object_" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.Contains(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.Contains.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Contains_System_Object_">Contains(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a> contains a specific value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Contains__0_" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.Contains(`0)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.Contains.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Contains__0_">Contains(T)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether a page element is in the PagesCollection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_CopyTo_System_Array_System_Int32_" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.CopyTo(System.Array,System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.CopyTo.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_CopyTo_System_Array_System_Int32_">CopyTo(Array, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the elements of the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a> to an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.array">Array</a>, starting at a given <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.array">Array</a> index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_CopyTo__0___System_Int32_" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.CopyTo(`0[],System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.CopyTo.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_CopyTo__0___System_Int32_">CopyTo(T[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies an array of page objects to the pages collection from the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Dispose" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.Dispose">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.Dispose.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Dispose_System_Boolean_" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.Dispose(System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.Dispose.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_FillCloneCore_GrapeCity_ActiveReports_Core_Document_PagesCollection__0__" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.FillCloneCore(GrapeCity.ActiveReports.Core.Document.PagesCollection{`0})">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.FillCloneCore.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_FillCloneCore_GrapeCity_ActiveReports_Core_Document_PagesCollection__0__">FillCloneCore(PagesCollection&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills the core of the specified clone object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_GetEnumerator" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.GetEnumerator">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.GetEnumerator.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an enumerator that iterates through a collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_IndexOf_System_Object_" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.IndexOf(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.IndexOf.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_IndexOf_System_Object_">IndexOf(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of a specific item in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_IndexOf__0_" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.IndexOf(`0)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.IndexOf.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_IndexOf__0_">IndexOf(T)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the zero-based index of the first occurrence of the page object in the pages collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Insert_System_Int32_System_Object_" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.Insert(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.Insert.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Insert_System_Int32_System_Object_">Insert(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an item to the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a> at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Insert_System_Int32__0_" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.Insert(System.Int32,`0)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.Insert.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Insert_System_Int32__0_">Insert(int, T)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a page element into the pages collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_InsertNew_System_Int32_" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.InsertNew(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.InsertNew.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_InsertNew_System_Int32_">InsertNew(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new page element into the pages collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_InsertRange_System_Int32_GrapeCity_ActiveReports_Core_Document_PagesCollection__0__" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.InsertRange(System.Int32,GrapeCity.ActiveReports.Core.Document.PagesCollection{`0})">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.InsertRange.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_InsertRange_System_Int32_GrapeCity_ActiveReports_Core_Document_PagesCollection__0__">InsertRange(int, PagesCollection&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts the elements from page collections objects into the pages collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_InsertRange_System_Int32__0___" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.InsertRange(System.Int32,`0[])">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.InsertRange.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_InsertRange_System_Int32__0___">InsertRange(int, T[])</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts the elements from an array of page objects into the pages collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_OnChanged" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.OnChanged">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.OnChanged.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_OnChanged">OnChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Calls when a page is changed</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Remove_System_Object_" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.Remove(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.Remove.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Remove_System_Object_">Remove(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the first occurrence of a specific object from the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Remove__0_" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.Remove(`0)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.Remove.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_Remove__0_">Remove(T)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the first occurrence of page object from the pages collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_PagesCollection_1_RemoveAt_System_Int32_" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.RemoveAt(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.RemoveAt.html#GrapeCity_ActiveReports_Core_Document_PagesCollection_1_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes item by index.</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_PagesCollection_1_Changed" data-uid="GrapeCity.ActiveReports.Core.Document.PagesCollection`1.Changed">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.PagesCollection-1.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>The event occurs when the item is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
