# FlipRotateAction

## Content

[**DsPdfJS API v9.1.3**](../README)

***

[DsPdfJS API](../globals) / FlipRotateAction

# Enumeration: FlipRotateAction

Specifies the flip and rotate transformations.

## Enumeration Members

### FlipHorizontal

> **FlipHorizontal**: `4`

A horizontal flip. Pixels are flipped around the vertical y-axis.

***

### FlipHRotate270

> **FlipHRotate270**: `6`

A horizontal flip, then a counter-clockwise rotation of 90 degrees.

***

### FlipHRotate90

> **FlipHRotate90**: `5`

A horizontal flip, then a clockwise rotation of 90 degrees.

***

### FlipVertical

> **FlipVertical**: `7`

A vertical flip. Pixels are flipped around the horizontal x-axis.

***

### None

> **None**: `0`

No transformation.

***

### Rotate180

> **Rotate180**: `2`

A clockwise rotation of 180 degrees.

***

### Rotate270

> **Rotate270**: `3`

A counter-clockwise rotation of 90 degrees.

***

### Rotate90

> **Rotate90**: `1`

A clockwise rotation of 90 degrees.
