Specifies ImageGear orientation modes.
            
            Syntax
            Members
| Member | Description | 
|---|
| BOTTOM_LEFT | Bottom to the Left orientation. | 
| BOTTOM_RIGHT | Bottom to the Right orientation. | 
| LEFT_BOTTOM | Left to the Bottom orientation. | 
| LEFT_TOP | Left to the Top orientation. | 
| RIGHT_BOTTOM | Right to the Bottom orientation. | 
| RIGHT_TOP | Right to the Top orientation. | 
| TOP_LEFT | Top to the Left orientation. | 
| TOP_RIGHT | Top to the Right orientation. | 
Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.Core.ImGearOrientationModes
See Also