# GrapeCity.Documents.Html.ImageOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Html_ImageOptions" data-uid="GrapeCity.Documents.Html.ImageOptions" class="text-break">ImageOptions Class
</h1>
  <div class="markdown level0 summary"><p>The base class for <a class="xref" href="GrapeCity.Documents.Html.PngOptions.html">PngOptions</a>, <a class="xref" href="GrapeCity.Documents.Html.JpegOptions.html">JpegOptions</a>, and <a class="xref" href="GrapeCity.Documents.Html.WebpOptions.html">WebpOptions</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">ImageOptions</span></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Html.JpegOptions.html">JpegOptions</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Html.PngOptions.html">PngOptions</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Html.WebpOptions.html">WebpOptions</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_ImageOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class ImageOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class ImageOptions</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_ImageOptions__ctor" data-uid="GrapeCity.Documents.Html.ImageOptions.#ctor">
          <a class="xref" href="GrapeCity.Documents.Html.ImageOptions.-ctor.html#GrapeCity_Documents_Html_ImageOptions__ctor">ImageOptions()</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_ImageOptions_Clip" data-uid="GrapeCity.Documents.Html.ImageOptions.Clip">
          <a class="xref" href="GrapeCity.Documents.Html.ImageOptions.Clip.html#GrapeCity_Documents_Html_ImageOptions_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.ImageOptions.FullPage.html#GrapeCity_Documents_Html_ImageOptions_FullPage">FullPage</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Html_ImageOptions_FullPage" data-uid="GrapeCity.Documents.Html.ImageOptions.FullPage">
          <a class="xref" href="GrapeCity.Documents.Html.ImageOptions.FullPage.html#GrapeCity_Documents_Html_ImageOptions_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 <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
<p>
Note that if this property is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>, <a class="xref" href="GrapeCity.Documents.Html.ImageOptions.Clip.html#GrapeCity_Documents_Html_ImageOptions_Clip">Clip</a> is ignored.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Html_ImageOptions_Scale" data-uid="GrapeCity.Documents.Html.ImageOptions.Scale">
          <a class="xref" href="GrapeCity.Documents.Html.ImageOptions.Scale.html#GrapeCity_Documents_Html_ImageOptions_Scale">Scale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the scale factor. Defaults to 1.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
