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
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 |
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