ImageGear21.Formats.Common Assembly > ImageGear.Formats.TIF Namespace : ImGearTIFFOrientation Enumeration |
'Declaration Public Enum ImGearTIFFOrientation Inherits System.Enum
'Usage Dim instance As ImGearTIFFOrientation
public enum ImGearTIFFOrientation : System.Enum
__value public enum ImGearTIFFOrientation : public System.Enum
public enum class ImGearTIFFOrientation : public System.Enum
Member | Value | Description |
---|---|---|
BottomLeft | 4 | The 0th row represents the visual bottom of the image, and the 0th column represents the visual left-hand side. |
BottomRight | 3 | The 0th row represents the visual bottom of the image, and the 0th column represents the visual right-hand side. |
LeftBottom | 8 | The 0th row represents the visual left-hand side of the image, and the 0th column represents the visual bottom. |
LeftTop | 5 | The 0th row represents the visual left-hand side of the image, and the 0th column represents the visual top. |
RightBottom | 7 | The 0th row represents the visual right-hand side of the image, and the 0th column represents the visual bottom. |
RightTop | 6 | The 0th row represents the visual right-hand side of the image, and the 0th column represents the visual top. |
TopLeft | 1 | The 0th row represents the visual top of the image, and the 0th column represents the visual left-hand side. |
TopRight | 2 | The 0th row represents the visual top of the image, and the 0th column represents the visual right-hand side. |
System.Object
System.ValueType
System.Enum
ImageGear.Formats.TIF.ImGearTIFFOrientation