# GrapeCity.ActiveReports.Printing.PaperSourceCollection

## Content

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



  <h1 id="GrapeCity_ActiveReports_Printing_PaperSourceCollection" data-uid="GrapeCity.ActiveReports.Printing.PaperSourceCollection" class="text-break">PaperSourceCollection Class
</h1>
  <div class="markdown level0 summary"><p>Contains a collection of <a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSource.html">PaperSource</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">PaperSourceCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Printing.html">GrapeCity.ActiveReports.Printing</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Printing_PaperSourceCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class PaperSourceCollection : ICollection, IEnumerable</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_Printing_PaperSourceCollection__ctor_GrapeCity_ActiveReports_Printing_PaperSource___" data-uid="GrapeCity.ActiveReports.Printing.PaperSourceCollection.#ctor(GrapeCity.ActiveReports.Printing.PaperSource[])">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSourceCollection.-ctor.html#GrapeCity_ActiveReports_Printing_PaperSourceCollection__ctor_GrapeCity_ActiveReports_Printing_PaperSource___">PaperSourceCollection(PaperSource[])</a>
        </td>
        <td class="markdown level1 summary"><p>Creates new collection.</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_Printing_PaperSourceCollection_Count" data-uid="GrapeCity.ActiveReports.Printing.PaperSourceCollection.Count">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSourceCollection.Count.html#GrapeCity_ActiveReports_Printing_PaperSourceCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of elements contained in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_PaperSourceCollection_IsSynchronized" data-uid="GrapeCity.ActiveReports.Printing.PaperSourceCollection.IsSynchronized">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSourceCollection.IsSynchronized.html#GrapeCity_ActiveReports_Printing_PaperSourceCollection_IsSynchronized">IsSynchronized</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether access to the collection is synchronized (thread safe). Always returns <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_PaperSourceCollection_Item_System_Int32_" data-uid="GrapeCity.ActiveReports.Printing.PaperSourceCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSourceCollection.Item.html#GrapeCity_ActiveReports_Printing_PaperSourceCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSource.html">PaperSource</a> at a specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_PaperSourceCollection_SyncRoot" data-uid="GrapeCity.ActiveReports.Printing.PaperSourceCollection.SyncRoot">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSourceCollection.SyncRoot.html#GrapeCity_ActiveReports_Printing_PaperSourceCollection_SyncRoot">SyncRoot</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the synchronization root for thread-safe access to the collection.</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_Printing_PaperSourceCollection_CopyTo_System_Array_System_Int32_" data-uid="GrapeCity.ActiveReports.Printing.PaperSourceCollection.CopyTo(System.Array,System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.PaperSourceCollection.CopyTo.html#GrapeCity_ActiveReports_Printing_PaperSourceCollection_CopyTo_System_Array_System_Int32_">CopyTo(Array, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the elements.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <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>
