Class ExifOrientationMode
Enumerates the available orientation values supplied by EXIF metadata.
Inherited Members
Namespace: SixLabors.ImageSharp.Metadata.Profiles.Exif
Assembly: SixLabors.ImageSharp.dll
Syntax
public static class ExifOrientationModeFields
| Improve this Doc View SourceBottomLeft
The 0th row at the bottom, the 0th column on the left.
Declaration
public const ushort BottomLeft = 4Field Value
| Type | Description | 
|---|---|
| UInt16 | 
BottomRight
The 0th row at the bottom, the 0th column on the right.
Declaration
public const ushort BottomRight = 3Field Value
| Type | Description | 
|---|---|
| UInt16 | 
LeftBottom
The 0th row on the left, the 0th column at the bottom.
Declaration
public const ushort LeftBottom = 8Field Value
| Type | Description | 
|---|---|
| UInt16 | 
LeftTop
The 0th row on the left, the 0th column at the top.
Declaration
public const ushort LeftTop = 5Field Value
| Type | Description | 
|---|---|
| UInt16 | 
RightBottom
The 0th row on the right, the 0th column at the bottom.
Declaration
public const ushort RightBottom = 7Field Value
| Type | Description | 
|---|---|
| UInt16 | 
RightTop
The 0th row at the right, the 0th column at the top.
Declaration
public const ushort RightTop = 6Field Value
| Type | Description | 
|---|---|
| UInt16 | 
TopLeft
The 0th row at the top, the 0th column on the left.
Declaration
public const ushort TopLeft = 1Field Value
| Type | Description | 
|---|---|
| UInt16 | 
TopRight
The 0th row at the top, the 0th column on the right.
Declaration
public const ushort TopRight = 2Field Value
| Type | Description | 
|---|---|
| UInt16 | 
Unknown
Unknown rotation.
Declaration
public const ushort Unknown = 0Field Value
| Type | Description | 
|---|---|
| UInt16 |