﻿# Rotation
Enumeration of possible rotation values.

## Enum
Name | Type | Value | Description
------------ | ------------- | ------------- | -------------
**NONE** | **string** | 'None' | Non-rotated.
**ON180** | **string** | 'on180' | Rotated on 180 degrees.
**ON270** | **string** | 'on270' | Rotated on 270 degrees clockwise.
**ON90** | **string** | 'on90' | Rotated on 90 degrees clockwise.

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/Aspose/PDF/Model/Rotation.php)

