Table of Contents

Class ExifOrientationMode

Namespace
SixLabors.ImageSharp.Metadata.Profiles.Exif
Assembly
SixLabors.ImageSharp.dll

Enumerates the available orientation values supplied by EXIF metadata.

public static class ExifOrientationMode
Inheritance
ExifOrientationMode
Inherited Members

Fields

BottomLeft

The 0th row at the bottom, the 0th column on the left.

public const ushort BottomLeft = 4

Field Value

ushort

BottomRight

The 0th row at the bottom, the 0th column on the right.

public const ushort BottomRight = 3

Field Value

ushort

LeftBottom

The 0th row on the left, the 0th column at the bottom.

public const ushort LeftBottom = 8

Field Value

ushort

LeftTop

The 0th row on the left, the 0th column at the top.

public const ushort LeftTop = 5

Field Value

ushort

RightBottom

The 0th row on the right, the 0th column at the bottom.

public const ushort RightBottom = 7

Field Value

ushort

RightTop

The 0th row at the right, the 0th column at the top.

public const ushort RightTop = 6

Field Value

ushort

TopLeft

The 0th row at the top, the 0th column on the left.

public const ushort TopLeft = 1

Field Value

ushort

TopRight

The 0th row at the top, the 0th column on the right.

public const ushort TopRight = 2

Field Value

ushort

Unknown

Unknown rotation.

public const ushort Unknown = 0

Field Value

ushort