# GrapeCity.Documents.Html.ImageSettings

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Html_ImageSettings" data-uid="GrapeCity.Documents.Html.ImageSettings" class="text-break">ImageSettings Class
</h1>
  <div class="markdown level0 summary"><p>The abstract base class for <a class="xref" href="GrapeCity.Documents.Html.PngSettings.html">PngSettings</a> and <a class="xref" href="GrapeCity.Documents.Html.JpegSettings.html">JpegSettings</a> classes.</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">ImageSettings</span></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Html.JpegSettings.html">JpegSettings</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Html.PngSettings.html">PngSettings</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Html.html">GrapeCity.Documents.Html</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Html.dll</h6>
  <h5 id="GrapeCity_Documents_Html_ImageSettings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class ImageSettings</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class ImageSettings</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_Documents_Html_ImageSettings__ctor" data-uid="GrapeCity.Documents.Html.ImageSettings.#ctor">
          <a class="xref" href="GrapeCity.Documents.Html.ImageSettings.-ctor.html#GrapeCity_Documents_Html_ImageSettings__ctor">ImageSettings()</a>
        </td>
        <td class="markdown level1 summary"></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_Documents_Html_ImageSettings_Clip" data-uid="GrapeCity.Documents.Html.ImageSettings.Clip">
          <a class="xref" href="GrapeCity.Documents.Html.ImageSettings.Clip.html#GrapeCity_Documents_Html_ImageSettings_Clip">Clip</a>
        </td>
        <td class="markdown level1 summary"><p>If set, captures the specified rectangular region only (in pixels).</p>
<p>
Note that this property is ignored if <a class="xref" href="GrapeCity.Documents.Html.ImageSettings.FullPage.html#GrapeCity_Documents_Html_ImageSettings_FullPage">FullPage</a> is true.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Html_ImageSettings_DefaultBackgroundColor" data-uid="GrapeCity.Documents.Html.ImageSettings.DefaultBackgroundColor">
          <a class="xref" href="GrapeCity.Documents.Html.ImageSettings.DefaultBackgroundColor.html#GrapeCity_Documents_Html_ImageSettings_DefaultBackgroundColor">DefaultBackgroundColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color to be used if the HTML page doesn't specify one. Defaults to White color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Html_ImageSettings_FullPage" data-uid="GrapeCity.Documents.Html.ImageSettings.FullPage">
          <a class="xref" href="GrapeCity.Documents.Html.ImageSettings.FullPage.html#GrapeCity_Documents_Html_ImageSettings_FullPage">FullPage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the full HTML page should be captured. Defaults to false.</p>
<p>
Note that if this property is true, <a class="xref" href="GrapeCity.Documents.Html.ImageSettings.Clip.html#GrapeCity_Documents_Html_ImageSettings_Clip">Clip</a> is ignored.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Html_ImageSettings_Scale" data-uid="GrapeCity.Documents.Html.ImageSettings.Scale">
          <a class="xref" href="GrapeCity.Documents.Html.ImageSettings.Scale.html#GrapeCity_Documents_Html_ImageSettings_Scale">Scale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the scale factor. Defaults to 1.0.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Html_ImageSettings_WindowSize" data-uid="GrapeCity.Documents.Html.ImageSettings.WindowSize">
          <a class="xref" href="GrapeCity.Documents.Html.ImageSettings.WindowSize.html#GrapeCity_Documents_Html_ImageSettings_WindowSize">WindowSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the virtual window size, in pixels. Defaults to 800 x 600.</p>
<p>
Note that if <a class="xref" href="GrapeCity.Documents.Html.ImageSettings.FullPage.html#GrapeCity_Documents_Html_ImageSettings_FullPage">FullPage</a> is true, this property defines the minimal window size.
</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
