# GrapeCity.ActiveReports.Export.Image.Page.Settings.-ctor

## Content

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



<h1 id="GrapeCity_ActiveReports_Export_Image_Page_Settings__ctor_" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.#ctor*">Settings Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Export_Image_Page_Settings__ctor_" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Export_Image_Page_Settings__ctor" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.#ctor">Settings()</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.html">Settings</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Settings()</code></pre>
</div>


<a id="GrapeCity_ActiveReports_Export_Image_Page_Settings__ctor_" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Export_Image_Page_Settings__ctor_System_Collections_Specialized_NameValueCollection_System_Boolean_" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.#ctor(System.Collections.Specialized.NameValueCollection,System.Boolean)">Settings(NameValueCollection, bool)</h4>
<div class="markdown level1 summary"><p>Initializes new instance of <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.html">Settings</a> class with specified settings.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Settings(NameValueCollection settings, bool fpl)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.specialized.namevaluecollection">NameValueCollection</a></td>
      <td><span class="parametername">settings</span></td>
      <td><p><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.specialized.namevaluecollection">NameValueCollection</a> of specified settings.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">fpl</span></td>
      <td><p>FPL flag</p>
</td>
    </tr>
  </tbody>
</table>
</div>
