Click or drag to resize

IsisOrientation Enumeration

Types of orientations valid for ISIS.

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum IsisOrientation
Members
  Member nameDescription
None No orientation.
Landscape The image data is in landscape orientation.
LandscapeMirrored The image data is in landscape mirrored orientation.
Portrait The image data is in portrait orientation.
PortraitMirrored The image data is in portrait mirrored orientation.
Rotate180 The image data is in upside-down portrait orientation.
Rotate180Mirrored The image data is in upside down portrait, mirrored orientation.
Rotate270 The image data is in upside-down landscape orientation.
Rotate270Mirrored The image data is in upside down landscape, mirrored orientation.
See Also