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

In This Topic
    ExifOrientation Enumeration
    In This Topic
    The orientation of the image.
    Syntax
    'Declaration
     
    Public Enum ExifOrientation 
       Inherits System.Enum
    public enum ExifOrientation : 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.
    UnknownUnrecognized value
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Imaging.Exif.ExifOrientation

    See Also