typedef enum
{
DOC2_ROTATE_AUTO = 0,
DOC2_ROTATE_NO,
DOC2_ROTATE_RIGHT,
DOC2_ROTATE_DOWN,
DOC2_ROTATE_LEFT,
} DOC2_ROTATEMODE;
The DOC2_ROTATEMODE enumeration specifies which image rotation mode will be used during a forthcoming image processing process.
Value | Meaning |
---|---|
DOC2_ROTATE_AUTO | Automatic image rotation. |
DOC2_ROTATE_NO | Do not transform the image. |
DOC2_ROTATE_RIGHT | Rotate image to the right (clockwise). |
DOC2_ROTATE_DOWN | Rotate image down (rotate twice). |
DOC2_ROTATE_LEFT | Rotate image to the left (anti-clockwise). |
This enumeration is used by:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document