[This is preliminary documentation and is subject to change.]
Possible values of the Orientation property
Namespace: Tools.MetadataT.ExifTAssembly: Tools.Metadata (in Tools.Metadata.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[CLSCompliantAttribute(false)] public enum OrientationValues |
| Visual Basic |
|---|
<CLSCompliantAttribute(False)> _ Public Enumeration OrientationValues |
| Visual C++ |
|---|
[CLSCompliantAttribute(false)] public enum class OrientationValues |
| F# |
|---|
[<CLSCompliantAttribute(false)>] type OrientationValues |
| JScript |
|---|
public enum OrientationValues |
Members
| Member name | Value | Description | |
|---|---|---|---|
| TopLeft | 1 | The 0th row is at the visual top of the image, and the 0th column is the visual left-hand side. | |
| TopRight | 2 | The 0th row is at the visual top of the image, and the 0th column is the visual right-hand side. | |
| BottomRight | 3 | The 0th row is at the visual bottom of the image, and the 0th column is the visual right-hand side. | |
| BottomLeft | 4 | The 0th row is at the visual bottom of the image, and the 0th column is the visual left-hand side. | |
| LeftTop | 5 | The 0th row is the visual left-hand side of the image, and the 0th column is the visual top. | |
| RightTop | 6 | The 0th row is the visual right-hand side of the image, and the 0th column is the visual top. | |
| RightBottom | 7 | The 0th row is the visual right-hand side of the image, and the 0th column is the visual bottom. | |
| LeftBottom | 8 | The 0th row is the visual left-hand side of the image, and the 0th column is the visual bottom. | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |