ImageGear .NET v25.1 - Updated
ImGearOrientationModes Enumeration




ImageGear.Core Assembly > ImageGear.Core Namespace : ImGearOrientationModes Enumeration
Specifies ImageGear orientation modes.
Syntax
'Declaration
 
Public Enum ImGearOrientationModes 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearOrientationModes
public enum ImGearOrientationModes : System.Enum 
__value public enum ImGearOrientationModes : public System.Enum 
public enum class ImGearOrientationModes : public System.Enum 
Members
MemberValueDescription
BOTTOM_LEFT4Bottom to the Left orientation.
BOTTOM_RIGHT3Bottom to the Right orientation.
LEFT_BOTTOM8Left to the Bottom orientation.
LEFT_TOP5Left to the Top orientation.
RIGHT_BOTTOM7Right to the Bottom orientation.
RIGHT_TOP6Right to the Top orientation.
TOP_LEFT1Top to the Left orientation.
TOP_RIGHT2Top to the Right orientation.
Remarks
Specifies ImageGear orientation modes.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Core.ImGearOrientationModes

See Also

Reference

ImageGear.Core Namespace