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 ExifOrientationMode
Fields
| Edit this page View SourceBottomLeft
The 0th row at the bottom, the 0th column on the left.
Declaration
public const ushort BottomLeft = 4
Field Value
Type | Description |
---|---|
ushort |
BottomRight
The 0th row at the bottom, the 0th column on the right.
Declaration
public const ushort BottomRight = 3
Field Value
Type | Description |
---|---|
ushort |
LeftBottom
The 0th row on the left, the 0th column at the bottom.
Declaration
public const ushort LeftBottom = 8
Field Value
Type | Description |
---|---|
ushort |
LeftTop
The 0th row on the left, the 0th column at the top.
Declaration
public const ushort LeftTop = 5
Field Value
Type | Description |
---|---|
ushort |
RightBottom
The 0th row on the right, the 0th column at the bottom.
Declaration
public const ushort RightBottom = 7
Field Value
Type | Description |
---|---|
ushort |
RightTop
The 0th row at the right, the 0th column at the top.
Declaration
public const ushort RightTop = 6
Field Value
Type | Description |
---|---|
ushort |
TopLeft
The 0th row at the top, the 0th column on the left.
Declaration
public const ushort TopLeft = 1
Field Value
Type | Description |
---|---|
ushort |
TopRight
The 0th row at the top, the 0th column on the right.
Declaration
public const ushort TopRight = 2
Field Value
Type | Description |
---|---|
ushort |
Unknown
Unknown rotation.
Declaration
public const ushort Unknown = 0
Field Value
Type | Description |
---|---|
ushort |