# GrapeCity.ActiveReports.Printing.PrinterResolutionCollection

## Content

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



  <h1 id="GrapeCity_ActiveReports_Printing_PrinterResolutionCollection" data-uid="GrapeCity.ActiveReports.Printing.PrinterResolutionCollection" class="text-break">PrinterResolutionCollection Class
</h1>
  <div class="markdown level0 summary"><p>Contains a collection of PrinterResolution</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">PrinterResolutionCollection</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_PrinterResolutionCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class PrinterResolutionCollection : 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_PrinterResolutionCollection__ctor_GrapeCity_ActiveReports_Printing_PrinterResolution___" data-uid="GrapeCity.ActiveReports.Printing.PrinterResolutionCollection.#ctor(GrapeCity.ActiveReports.Printing.PrinterResolution[])">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.PrinterResolutionCollection.-ctor.html#GrapeCity_ActiveReports_Printing_PrinterResolutionCollection__ctor_GrapeCity_ActiveReports_Printing_PrinterResolution___">PrinterResolutionCollection(PrinterResolution[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the class PrinterResolutionCollection</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_PrinterResolutionCollection_Count" data-uid="GrapeCity.ActiveReports.Printing.PrinterResolutionCollection.Count">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.PrinterResolutionCollection.Count.html#GrapeCity_ActiveReports_Printing_PrinterResolutionCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves the number of available printer resolutions in this collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_PrinterResolutionCollection_IsSynchronized" data-uid="GrapeCity.ActiveReports.Printing.PrinterResolutionCollection.IsSynchronized">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.PrinterResolutionCollection.IsSynchronized.html#GrapeCity_ActiveReports_Printing_PrinterResolutionCollection_IsSynchronized">IsSynchronized</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a value indicating whether access to the collection is ICollection synchronized (thread-safe).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_PrinterResolutionCollection_Item_System_Int32_" data-uid="GrapeCity.ActiveReports.Printing.PrinterResolutionCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.PrinterResolutionCollection.Item.html#GrapeCity_ActiveReports_Printing_PrinterResolutionCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the PrinterResolution at the specified index</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Printing_PrinterResolutionCollection_SyncRoot" data-uid="GrapeCity.ActiveReports.Printing.PrinterResolutionCollection.SyncRoot">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.PrinterResolutionCollection.SyncRoot.html#GrapeCity_ActiveReports_Printing_PrinterResolutionCollection_SyncRoot">SyncRoot</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an object that can be used to synchronize 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_PrinterResolutionCollection_CopyTo_System_Array_System_Int32_" data-uid="GrapeCity.ActiveReports.Printing.PrinterResolutionCollection.CopyTo(System.Array,System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Printing.PrinterResolutionCollection.CopyTo.html#GrapeCity_ActiveReports_Printing_PrinterResolutionCollection_CopyTo_System_Array_System_Int32_">CopyTo(Array, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the contents of the current PrinterResolutionCollection to the specified array, starting from the specified index.</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>
