Enum ExifOrientation
- Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Core.dll
public enum ExifOrientation : ushort
Fields
Horizontal = 1The pixel data is in the normal orientation. No transform is needed to display correctly.
MirrorHorizontal = 2The pixel data should be mirrored horizontally to be displayed correctly.
Rotate180 = 3The pixel data should be rotated 180 degress to be displayed correctly.
MirrorVertical = 4The pixel data should be mirrored horizontally to be displayed correctly.
MirrorHorizontalRotate270CW = 5The pixel data should be mirrored horizontally and then rotated 270 degrees clockwise to be displayed correctly.
Rotate90CW = 6The pixel data should be rotated 90 degrees clockwise to be displayed correctly.
MirrorHorizontalRotate90CW = 7The pixel data should be mirrored horizontally and then rotated 90 degress clockwise to be displayed correctly.
Rotate270CW = 8The pixel data should be rotated 270 degrees clockwise to be displayed correctly.