# GrapeCity.Documents.Imaging.Skia.WebpOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Imaging_Skia_WebpOptions" data-uid="GrapeCity.Documents.Imaging.Skia.WebpOptions" class="text-break">WebpOptions Class
</h1>
  <div class="markdown level0 summary"><p>Options to control the WEBP encoding.</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">WebpOptions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Imaging.Skia.html">GrapeCity.Documents.Imaging.Skia</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.Skia.dll</h6>
  <h5 id="GrapeCity_Documents_Imaging_Skia_WebpOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class WebpOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class WebpOptions</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_Imaging_Skia_WebpOptions__ctor" data-uid="GrapeCity.Documents.Imaging.Skia.WebpOptions.#ctor">
          <a class="xref" href="GrapeCity.Documents.Imaging.Skia.WebpOptions.-ctor.html#GrapeCity_Documents_Imaging_Skia_WebpOptions__ctor">WebpOptions()</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_Imaging_Skia_WebpOptions_Lossless" data-uid="GrapeCity.Documents.Imaging.Skia.WebpOptions.Lossless">
          <a class="xref" href="GrapeCity.Documents.Imaging.Skia.WebpOptions.Lossless.html#GrapeCity_Documents_Imaging_Skia_WebpOptions_Lossless">Lossless</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the image is compressed without loosing data (<a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>)
or by reducing image quality (<a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>).
<remarks>
The default value is false.
</remarks></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Skia_WebpOptions_Quality" data-uid="GrapeCity.Documents.Imaging.Skia.WebpOptions.Quality">
          <a class="xref" href="GrapeCity.Documents.Imaging.Skia.WebpOptions.Quality.html#GrapeCity_Documents_Imaging_Skia_WebpOptions_Quality">Quality</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the quality of the encoding in the range 0 to 100.
<remarks>
The default value is 75.
</remarks></p>
</td>
      </tr>
    </tbody>
  </table>

</div>
