ImageGear .NET - Updated
ImGearTIFFOrientation Enumeration




ImageGear24.Formats.Common Assembly > ImageGear.Formats.TIF Namespace : ImGearTIFFOrientation Enumeration
Represents TIFF orientations.
Syntax
'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 
Members
MemberDescription
BottomLeftThe 0th row represents the visual bottom of the image, and the 0th column represents the visual left-hand side.
BottomRightThe 0th row represents the visual bottom of the image, and the 0th column represents the visual right-hand side.
LeftBottomThe 0th row represents the visual left-hand side of the image, and the 0th column represents the visual bottom.
LeftTopThe 0th row represents the visual left-hand side of the image, and the 0th column represents the visual top.
RightBottomThe 0th row represents the visual right-hand side of the image, and the 0th column represents the visual bottom.
RightTopThe 0th row represents the visual right-hand side of the image, and the 0th column represents the visual top.
TopLeftThe 0th row represents the visual top of the image, and the 0th column represents the visual left-hand side.
TopRightThe 0th row represents the visual top of the image, and the 0th column represents the visual right-hand side.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.TIF.ImGearTIFFOrientation

See Also

Reference

ImageGear.Formats.TIF Namespace