# GrapeCity.Documents.Imaging.FlipRotateAction

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Imaging_FlipRotateAction" data-uid="GrapeCity.Documents.Imaging.FlipRotateAction" class="text-break">FlipRotateAction Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the flip and rotate transformations.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Imaging.html">GrapeCity.Documents.Imaging</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Imaging_FlipRotateAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FlipRotateAction</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FlipRotateAction</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_FlipRotateAction_FlipHRotate270">FlipHRotate270</td>
        <td><p>A horizontal flip, then a counter-clockwise rotation of 90 degrees.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_FlipRotateAction_FlipHRotate90">FlipHRotate90</td>
        <td><p>A horizontal flip, then a clockwise rotation of 90 degrees.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_FlipRotateAction_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_FlipRotateAction_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_FlipRotateAction_None">None</td>
        <td><p>No transformation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_FlipRotateAction_Rotate180">Rotate180</td>
        <td><p>A clockwise rotation of 180 degrees.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_FlipRotateAction_Rotate270">Rotate270</td>
        <td><p>A counter-clockwise rotation of 90 degrees.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_FlipRotateAction_Rotate90">Rotate90</td>
        <td><p>A clockwise rotation of 90 degrees.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
