Enumeration values that specify whether to disable deskew or orientation detection functionality. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute()]
public enum DetectDeskewOrientationCommandFlags
<FlagsAttribute()>
Public Enum DetectDeskewOrientationCommandFlags
public:
[FlagsAttribute]
enum class DetectDeskewOrientationCommandFlags sealed
Value | Member | Description |
---|---|---|
0x00000000 | None | Detect both deskew and orientation angles |
0x00000001 | DoNotDetectDeskewAngle | Do not detect the deskew angle |
0x00000002 | DoNotDetectOrientationAngle | Do not detect the orientation angle |
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