ImageGear .NET v24.14 - Updated
ImGearOrientationModes Enumeration




ImageGear24.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
MemberDescription
BOTTOM_LEFTBottom to the Left orientation.
BOTTOM_RIGHTBottom to the Right orientation.
LEFT_BOTTOMLeft to the Bottom orientation.
LEFT_TOPLeft to the Top orientation.
RIGHT_BOTTOMRight to the Bottom orientation.
RIGHT_TOPRight to the Top orientation.
TOP_LEFTTop to the Left orientation.
TOP_RIGHTTop 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