ImageGear for .NET
ImGearTIFFOrientation Enumeration
See Also  Send Feedback
ImageGear21.Formats.Common Assembly > ImageGear.Formats.TIF Namespace : ImGearTIFFOrientation Enumeration




Glossary Item Box

Represents TIFF orientations.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
BottomLeft4The 0th row represents the visual bottom of the image, and the 0th column represents the visual left-hand side.
BottomRight3The 0th row represents the visual bottom of the image, and the 0th column represents the visual right-hand side.
LeftBottom8The 0th row represents the visual left-hand side of the image, and the 0th column represents the visual bottom.
LeftTop5The 0th row represents the visual left-hand side of the image, and the 0th column represents the visual top.
RightBottom7The 0th row represents the visual right-hand side of the image, and the 0th column represents the visual bottom.
RightTop6The 0th row represents the visual right-hand side of the image, and the 0th column represents the visual top.
TopLeft1The 0th row represents the visual top of the image, and the 0th column represents the visual left-hand side.
TopRight2The 0th row represents the visual top of the image, and the 0th column represents the visual right-hand side.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.TIF.ImGearTIFFOrientation

See Also

©2013. Accusoft Corporation. All Rights Reserved.