DioDocs for PDF
ExifOrientation 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging.Exif 名前空間 : ExifOrientation 列挙体
The orientation of the image.
シンタックス
'宣言
 
Public Enum ExifOrientation 
   Inherits System.Enum
public enum ExifOrientation : System.Enum 
メンバ
メンバ解説
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
継承階層

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

参照

GrapeCity.Documents.Imaging.Exif 名前空間