ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearOrientationModes Enumeration




ImGearOrientationModes Enumeration
Specifies ImageGear orientation modes.
Syntax
'Declaration
 
Public Enum ImGearOrientationModes 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearOrientationModes
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