TiffOrientations Enumeration |
Image orientation.
Possible values for ORIENTATION tag.
Namespace:
Aspose.CAD.FileFormats.Tiff.Enums
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic enum TiffOrientations
Public Enumeration TiffOrientations
public enum class TiffOrientations
Members
| Member name | Value | Description |
---|
| TopLeft | 1 |
Row 0 top, Column 0 lhs.
|
| TopRight | 2 |
Row 0 top, Column 0 rhs.
|
| BottomRight | 3 |
Row 0 bottom, Column 0 rhs.
|
| BottomLeft | 4 |
Row 0 bottom, Column 0 lhs.
|
| LeftTop | 5 |
Row 0 lhs, Column 0 top.
|
| RightTop | 6 |
Row 0 rhs, Column 0 top.
|
| RightBottom | 7 |
Row 0 rhs, Column 0 bottom.
|
| LeftBottom | 8 |
Row 0 lhs, Column 0 bottom.
|
See Also