# GrapeCity.Documents.Imaging.Windows.Scaler

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Imaging_Windows_Scaler" data-uid="GrapeCity.Documents.Imaging.Windows.Scaler" class="text-break">Scaler Class
</h1>
  <div class="markdown level0 summary"><p>Represents a resized version of the input bitmap using a resampling or filtering algorithm.</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"><a class="xref" href="GrapeCity.Documents.Imaging.Windows.BaseTransform.html">BaseTransform</a></div>
    <div class="level2"><span class="xref">Scaler</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Imaging.Windows.html">GrapeCity.Documents.Imaging.Windows</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.Windows.dll</h6>
  <h5 id="GrapeCity_Documents_Imaging_Windows_Scaler_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Scaler : BaseTransform</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Scaler
    Inherits BaseTransform</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_Windows_Scaler__ctor" data-uid="GrapeCity.Documents.Imaging.Windows.Scaler.#ctor">
          <a class="xref" href="GrapeCity.Documents.Imaging.Windows.Scaler.-ctor.html#GrapeCity_Documents_Imaging_Windows_Scaler__ctor">Scaler()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Imaging.Windows.Scaler.html">Scaler</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Windows_Scaler__ctor_System_Int32_System_Int32_GrapeCity_Documents_Imaging_Windows_WicInterpolationMode_" data-uid="GrapeCity.Documents.Imaging.Windows.Scaler.#ctor(System.Int32,System.Int32,GrapeCity.Documents.Imaging.Windows.WicInterpolationMode)">
          <a class="xref" href="GrapeCity.Documents.Imaging.Windows.Scaler.-ctor.html#GrapeCity_Documents_Imaging_Windows_Scaler__ctor_System_Int32_System_Int32_GrapeCity_Documents_Imaging_Windows_WicInterpolationMode_">Scaler(int, int, WicInterpolationMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Imaging.Windows.Scaler.html">Scaler</a> class.</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_Documents_Imaging_Windows_Scaler_DestinationHeight" data-uid="GrapeCity.Documents.Imaging.Windows.Scaler.DestinationHeight">
          <a class="xref" href="GrapeCity.Documents.Imaging.Windows.Scaler.DestinationHeight.html#GrapeCity_Documents_Imaging_Windows_Scaler_DestinationHeight">DestinationHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the destination height, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Windows_Scaler_DestinationWidth" data-uid="GrapeCity.Documents.Imaging.Windows.Scaler.DestinationWidth">
          <a class="xref" href="GrapeCity.Documents.Imaging.Windows.Scaler.DestinationWidth.html#GrapeCity_Documents_Imaging_Windows_Scaler_DestinationWidth">DestinationWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the destination width, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Windows_Scaler_InterpolationMode" data-uid="GrapeCity.Documents.Imaging.Windows.Scaler.InterpolationMode">
          <a class="xref" href="GrapeCity.Documents.Imaging.Windows.Scaler.InterpolationMode.html#GrapeCity_Documents_Imaging_Windows_Scaler_InterpolationMode">InterpolationMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the interpolation mode to use when scaling.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
