ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.TIF Namespace / ImGearTIFFOrientation Enumeration




In This Topic
    ImGearTIFFOrientation Enumeration
    In This Topic
    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
    MemberValueDescription
    BottomLeft4The 0th row represents the visual bottom of the image, and the 0th column represents the visual left-hand side.
    BottomRight3The 0th row represents the visual bottom of the image, and the 0th column represents the visual right-hand side.
    LeftBottom8The 0th row represents the visual left-hand side of the image, and the 0th column represents the visual bottom.
    LeftTop5The 0th row represents the visual left-hand side of the image, and the 0th column represents the visual top.
    RightBottom7The 0th row represents the visual right-hand side of the image, and the 0th column represents the visual bottom.
    RightTop6The 0th row represents the visual right-hand side of the image, and the 0th column represents the visual top.
    TopLeft1The 0th row represents the visual top of the image, and the 0th column represents the visual left-hand side.
    TopRight2The 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