VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Info Namespace / ImageOrthogonalOrientation Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
ImageOrthogonalOrientation Enumeration
In This Topic
Specifies available orthogonal orientations of image.
Syntax
'Declaration

Public Enum ImageOrthogonalOrientation
   Inherits System.Enum

public enum ImageOrthogonalOrientation : System.Enum

Members
MemberDescription
Rotated0The image is NOT rotated.
Rotated90The image is rotated by 90 degrees clockwise.
Rotated180The image is rotated by 180 degrees clockwise.
Rotated270The image is rotated by 270 degrees clockwise.
UndefinedThe image orientation is NOT defined.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.ImageProcessing.Info.ImageOrthogonalOrientation

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also