←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly