DioDocs for PDF
TiffOrientation 列挙体

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

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

参照

GrapeCity.Documents.Imaging 名前空間