Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / TiffOrientation Enumeration

In This Topic
    TiffOrientation Enumeration
    In This Topic
    The orientation of the image.
    Syntax
    'Declaration
     
    Public Enum TiffOrientation 
       Inherits System.Enum
    public enum TiffOrientation : System.Enum 
    Members
    MemberDescription
    BottomLeftMirror vertical.
    BottomRightRotate 180 degrees.
    LeftBottomRotate 90 degrees counterclockwise.
    LeftTopMirror horizontal and rotate 90 degrees counterclockwise.
    RightBottomMirror horizontal and rotate 90 degrees clockwise.
    RightTopRotate 90 degrees clockwise.
    TopLeftNormal horizontal (default).
    TopRightMirror horizontal.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Imaging.TiffOrientation

    See Also