←Select platform

DetectDeskewOrientationCommandFlags Enumeration

Summary

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.

Syntax
C#
VB
C++
[FlagsAttribute()] 
public enum DetectDeskewOrientationCommandFlags 
<FlagsAttribute()>  
Public Enum DetectDeskewOrientationCommandFlags 
public: 
   [FlagsAttribute] 
   enum class DetectDeskewOrientationCommandFlags sealed 

Members

ValueMemberDescription
0x00000000NoneDetect both deskew and orientation angles
0x00000001DoNotDetectDeskewAngleDo not detect the deskew angle
0x00000002DoNotDetectOrientationAngleDo not detect the orientation angle

Example

Runs the DetectDeskewOrientationCommand on an image.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly