'宣言 Public Enum ExifOrientation Inherits System.Enum
public enum ExifOrientation : System.Enum
'宣言 Public Enum ExifOrientation Inherits System.Enum
public enum ExifOrientation : System.Enum
| メンバ | 解説 |
|---|---|
| BottomLeft | Mirror vertical. |
| BottomRight | Rotate 180 degrees. |
| LeftBottom | Rotate 90 degrees counterclockwise. |
| LeftTop | Mirror horizontal and rotate 90 degrees counterclockwise. |
| RightBottom | Mirror horizontal and rotate 90 degrees clockwise. |
| RightTop | Rotate 90 degrees clockwise. |
| TopLeft | Normal horizontal (default). |
| TopRight | Mirror horizontal. |
| Unknown | Unrecognized value |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Imaging.Exif.ExifOrientation