# GrapeCity.Documents.Imaging.Windows.WicTransformOptions

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Imaging_Windows_WicTransformOptions" data-uid="GrapeCity.Documents.Imaging.Windows.WicTransformOptions" class="text-break">WicTransformOptions Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the flip and rotation transforms.</p>
</div>
  <div class="markdown level0 conceptual"></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_WicTransformOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum WicTransformOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum WicTransformOptions</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Windows_WicTransformOptions_FlipHorizontal">FlipHorizontal</td>
        <td><p>A horizontal flip. Pixels are flipped around the vertical y-axis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Windows_WicTransformOptions_FlipVertical">FlipVertical</td>
        <td><p>A vertical flip. Pixels are flipped around the horizontal x-axis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Windows_WicTransformOptions_Rotate0">Rotate0</td>
        <td><p>A rotation of 0 degrees.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Windows_WicTransformOptions_Rotate180">Rotate180</td>
        <td><p>A clockwise rotation of 180 degrees.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Windows_WicTransformOptions_Rotate270">Rotate270</td>
        <td><p>A clockwise rotation of 270 degrees.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Windows_WicTransformOptions_Rotate90">Rotate90</td>
        <td><p>A clockwise rotation of 90 degrees.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
