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

## Content

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



  <h1 id="GrapeCity_ActiveReports_Export_Image_Page_Settings" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings" class="text-break">Settings Class
</h1>
  <div class="markdown level0 summary"><p>Represents settings for <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.ImageRenderingExtension.html">ImageRenderingExtension</a>.</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">Settings</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="../MESCIUS.ActiveReports.Core.Rendering/GrapeCity.ActiveReports.Extensibility.Rendering.ISettings.html">ISettings</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.html">GrapeCity.ActiveReports.Export.Image.Page</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Export.Image.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Export_Image_Page_Settings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof())]
public class Settings : ISettings</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_Export_Image_Page_Settings__ctor" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.-ctor.html#GrapeCity_ActiveReports_Export_Image_Page_Settings__ctor">Settings()</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.-ctor.html#GrapeCity_ActiveReports_Export_Image_Page_Settings__ctor_System_Collections_Specialized_NameValueCollection_System_Boolean_">Settings(NameValueCollection, bool)</a>
        </td>
        <td 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>
</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_Export_Image_Page_Settings_Compression" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.Compression">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.Compression.html#GrapeCity_ActiveReports_Export_Image_Page_Settings_Compression">Compression</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or returns a value which specifies the compression to be used when exporting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Page_Settings_Dither" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.Dither">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.Dither.html#GrapeCity_ActiveReports_Export_Image_Page_Settings_Dither">Dither</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Page_Settings_DpiX" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.DpiX">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.DpiX.html#GrapeCity_ActiveReports_Export_Image_Page_Settings_DpiX">DpiX</a>
        </td>
        <td class="markdown level1 summary"><p>Adjust the horizontal resolution of rendered images. The default value is 200.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Page_Settings_DpiY" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.DpiY">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.DpiY.html#GrapeCity_ActiveReports_Export_Image_Page_Settings_DpiY">DpiY</a>
        </td>
        <td class="markdown level1 summary"><p>Adjust the vertical resolution of rendered images. The default value is 200.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Page_Settings_EndPage" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.EndPage">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.EndPage.html#GrapeCity_ActiveReports_Export_Image_Page_Settings_EndPage">EndPage</a>
        </td>
        <td class="markdown level1 summary"><p>The default value of 0 in this property renders all of the report pages.
Otherwise, set this value to the number of the last page to render.
Please note that if the StartPage property is set to 0, all of the pages of the report render.
In order to use the EndPage property, you must set the StartPage property to a valid non-zero number.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Page_Settings_ImageType" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.ImageType">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.ImageType.html#GrapeCity_ActiveReports_Export_Image_Page_Settings_ImageType">ImageType</a>
        </td>
        <td class="markdown level1 summary"><p>Select the type of image to which you want to render the report. Supported types are BMP, GIF, JPEG, TIFF, and PNG.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Page_Settings_PageHeight" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.PageHeight">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.PageHeight.html#GrapeCity_ActiveReports_Export_Image_Page_Settings_PageHeight">PageHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Set the value in inches to use for the height of the image.
The format is an integer or decimal with &quot;in&quot; as the suffix, for example &quot;11in&quot; for 11 inches.
The value set in this property overrides the report's settings.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Page_Settings_PageWidth" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.PageWidth">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.PageWidth.html#GrapeCity_ActiveReports_Export_Image_Page_Settings_PageWidth">PageWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Set the value in inches to use for the width of the image.
The format is an integer or decimal with &quot;in&quot; as the suffix, for example &quot;8in&quot; for 8 inches.
The value set in this property overrides the report's settings.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Page_Settings_Pagination" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.Pagination">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.Pagination.html#GrapeCity_ActiveReports_Export_Image_Page_Settings_Pagination">Pagination</a>
        </td>
        <td class="markdown level1 summary"><p>By default, each page of a report is rendered as a separate image. Set this value to False to render the entire report as a single image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Page_Settings_PrintLayoutMode" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.PrintLayoutMode">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.PrintLayoutMode.html#GrapeCity_ActiveReports_Export_Image_Page_Settings_PrintLayoutMode">PrintLayoutMode</a>
        </td>
        <td class="markdown level1 summary"><p>Select how to lay out the pages of the report in the image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Page_Settings_Quality" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.Quality">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.Quality.html#GrapeCity_ActiveReports_Export_Image_Page_Settings_Quality">Quality</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the quality of the report to be rendered as an image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Page_Settings_SizeToFit" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.SizeToFit">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.SizeToFit.html#GrapeCity_ActiveReports_Export_Image_Page_Settings_SizeToFit">SizeToFit</a>
        </td>
        <td class="markdown level1 summary"><p>By default, rendered report pages are not resized to fit within the selected image size. Set this value to True to resize the report pages.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Page_Settings_StartPage" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.StartPage">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.StartPage.html#GrapeCity_ActiveReports_Export_Image_Page_Settings_StartPage">StartPage</a>
        </td>
        <td class="markdown level1 summary"><p>The default value of zero in this and the EndPage properties render all of the report pages to images.
Otherwise, set this value to the number of the first page to render.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Page_Settings_WatermarkAngle" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.WatermarkAngle">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.WatermarkAngle.html#GrapeCity_ActiveReports_Export_Image_Page_Settings_WatermarkAngle">WatermarkAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Specify the degree of angle for the watermark text on the image. Valid values range from 0 to 359, where 0 is horizontal, left to right.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Page_Settings_WatermarkColor" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.WatermarkColor">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.WatermarkColor.html#GrapeCity_ActiveReports_Export_Image_Page_Settings_WatermarkColor">WatermarkColor</a>
        </td>
        <td class="markdown level1 summary"><p>Select a color for the watermark text on the image. The default value for the watermark color is gray, but you can select any Web, System, or Custom color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Page_Settings_WatermarkFontName" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.WatermarkFontName">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.WatermarkFontName.html#GrapeCity_ActiveReports_Export_Image_Page_Settings_WatermarkFontName">WatermarkFontName</a>
        </td>
        <td class="markdown level1 summary"><p>Set the font to use for the watermark to any valid System.Drawing.Font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Page_Settings_WatermarkFontSize" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.WatermarkFontSize">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.WatermarkFontSize.html#GrapeCity_ActiveReports_Export_Image_Page_Settings_WatermarkFontSize">WatermarkFontSize</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the font size for the watermark</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Page_Settings_WatermarkFontStyle" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.WatermarkFontStyle">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.WatermarkFontStyle.html#GrapeCity_ActiveReports_Export_Image_Page_Settings_WatermarkFontStyle">WatermarkFontStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the font style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Page_Settings_WatermarkTitle" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.WatermarkTitle">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.WatermarkTitle.html#GrapeCity_ActiveReports_Export_Image_Page_Settings_WatermarkTitle">WatermarkTitle</a>
        </td>
        <td class="markdown level1 summary"><p>Sets text (i.e. CONFIDENTIAL) to use as the watermark on the image.</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_Export_Image_Page_Settings_ApplySettings_System_Collections_Specialized_NameValueCollection_" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.ApplySettings(System.Collections.Specialized.NameValueCollection)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.ApplySettings.html#GrapeCity_ActiveReports_Export_Image_Page_Settings_ApplySettings_System_Collections_Specialized_NameValueCollection_">ApplySettings(NameValueCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Apply settings for the rendering extension.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Page_Settings_GetSettings" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.GetSettings">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.GetSettings.html#GrapeCity_ActiveReports_Export_Image_Page_Settings_GetSettings">GetSettings()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns settings of <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.ImageRenderingExtension.html">ImageRenderingExtension</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Page_Settings_op_Implicit_GrapeCity_ActiveReports_Export_Image_Page_Settings__System_Collections_Specialized_NameValueCollection" data-uid="GrapeCity.ActiveReports.Export.Image.Page.Settings.op_Implicit(GrapeCity.ActiveReports.Export.Image.Page.Settings)~System.Collections.Specialized.NameValueCollection">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.op_Implicit.html#GrapeCity_ActiveReports_Export_Image_Page_Settings_op_Implicit_GrapeCity_ActiveReports_Export_Image_Page_Settings__System_Collections_Specialized_NameValueCollection">implicit operator NameValueCollection(Settings)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs an implicit conversion from <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Page.Settings.html">Settings</a> to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.specialized.namevaluecollection">NameValueCollection</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
