Enum Orientation
Represents the image orientation.
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public enum Orientation : ushort
Fields
| Name | Description |
|---|---|
| Flipped | The image is flipped (i.e. mirrored horizontally). |
| FlippedAndRotated180 | The image is flipped and rotated 180 degrees. |
| FlippedAndRotatedLeft | The image is flipped and rotated 90 degrees left. |
| FlippedAndRotatedRight | The image is flipped and rotated 90 degrees right. |
| Normal | The image is oriented normally. |
| Rotated180 | The image is rotated 180 degrees. |
| RotatedLeft | The image is rotated 90 degrees to left. |
| RotatedRight | The image is rotated 90 degrees to right. |