Table of Contents

Enum ExifOrientation

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Core.dll
public enum ExifOrientation : ushort

Fields

Horizontal = 1

The pixel data is in the normal orientation. No transform is needed to display correctly.

MirrorHorizontal = 2

The pixel data should be mirrored horizontally to be displayed correctly.

Rotate180 = 3

The pixel data should be rotated 180 degress to be displayed correctly.

MirrorVertical = 4

The pixel data should be mirrored horizontally to be displayed correctly.

MirrorHorizontalRotate270CW = 5

The pixel data should be mirrored horizontally and then rotated 270 degrees clockwise to be displayed correctly.

Rotate90CW = 6

The pixel data should be rotated 90 degrees clockwise to be displayed correctly.

MirrorHorizontalRotate90CW = 7

The pixel data should be mirrored horizontally and then rotated 90 degress clockwise to be displayed correctly.

Rotate270CW = 8

The pixel data should be rotated 270 degrees clockwise to be displayed correctly.