FreeImage.NET Class Library Reference
MetadataModelExifImageOrientation Enumeration |
Specifies orientation of images.
Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public enum ExifImageOrientation
Members
Member name | Value | Description | |
---|---|---|---|
Undefined | 0 | Undefinied orientation. | |
TopLeft | 1 | TopLeft. | |
TopRight | 2 | TopRight. | |
BottomRight | 3 | BottomRight. | |
BottomLeft | 4 | BottomLeft. | |
LeftTop | 5 | LeftTop. | |
RightTop | 6 | RightTop. | |
RightBottom | 7 | RightBottom. | |
LeftBottom | 8 | LeftBottom. |
See Also