←Select platform

OrientationDetectionDataFlags Enumeration

Summary

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.

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

Members

ValueMemberDescription
0x00000000None Detect the orientation angle and rotate the image.
0x00000001ReturnAngleOnlyDo not rotate the image. Use this flag to find the angle of orientation

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