C#
VB
C++
Enumeration values that indicate whether to rotate the image according to the orientation angle. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its members.
[FlagsAttribute()]public enum OrientationDetectionDataFlags
<FlagsAttribute()>Public Enum OrientationDetectionDataFlags
public:[FlagsAttribute]enum class OrientationDetectionDataFlags sealed
Members
| Value | Member | Description |
|---|---|---|
| 0x00000000 | None | Detect the orientation angle and rotate the image. |
| 0x00000001 | ReturnAngleOnly | Do not rotate the image. Use this flag to find the angle of orientation |
Runs the DetectDeskewOrientationCommand on an image.
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
