C#
VB
C++
Specifies an action that is to be applied to an image.
public enum OrientationActions
Public Enum OrientationActions
public enum class OrientationActions
Members
Value | Member | Description |
---|---|---|
0 | None | No action. |
1 | FlipHorz | Flip the image along the horizontal axis. |
2 | FlipVert | Flip the image along the vertical axis. |
3 | Rotate90 | Rotate the image 90 degrees in the clockwise direction. |
4 | Rotate270 | Rotate the image 270 degrees in the clockwise direction (or 90 degrees in the counter-clockwise direction). |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET