[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.TiffOrientation

Enum TiffOrientation

Namespace
GrapeCity.Documents.Imaging
Assembly
GcDocs.Imaging.dll

The orientation of the image.

public enum TiffOrientation

Fields

BottomLeft = 3

Mirror vertical.

BottomRight = 2

Rotate 180 degrees.

LeftBottom = 7

Rotate 90 degrees counterclockwise.

LeftTop = 4

Mirror horizontal and rotate 90 degrees counterclockwise.

RightBottom = 6

Mirror horizontal and rotate 90 degrees clockwise.

RightTop = 5

Rotate 90 degrees clockwise.

TopLeft = 0

Normal horizontal (default).

TopRight = 1

Mirror horizontal.