Specifies orientation of images.
Namespace:
FreeImageAPI.MetadataAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public enum ExifImageOrientation |
Visual Basic (Declaration) |
---|
Public Enumeration ExifImageOrientation |
Visual C++ |
---|
public enum class ExifImageOrientation |
Members
Member name | Description | |
---|---|---|
Undefined |
Undefinied orientation.
| |
TopLeft |
TopLeft.
| |
TopRight |
TopRight.
| |
BottomRight |
BottomRight.
| |
BottomLeft |
BottomLeft.
| |
LeftTop |
LeftTop.
| |
RightTop |
RightTop.
| |
RightBottom |
RightBottom.
| |
LeftBottom |
LeftBottom.
|