ClearImage 8 Help
AutoDeskew Method
See Also  Send Feedback
Inlite.ClearImageNet Namespace > ImageEditor Class : AutoDeskew Method






Deskews image automatically based on the measured alignment of the image contents

Syntax

Visual Basic (Declaration) 
Public Function AutoDeskew() As Double
Visual Basic (Usage)Copy Code
Dim instance As ImageEditor
Dim value As Double
 
value = instance.AutoDeskew()
C# 
public double AutoDeskew()
Delphi 
public function AutoDeskew(): Double; 
JScript 
public function AutoDeskew() : double;
Managed Extensions for C++ 
public: double AutoDeskew(); 
C++/CLI 
public:
double AutoDeskew(); 

Return Value

Skew angle in the range from -45 degrees to 45 degrees. Value is negative, if image was skewed counterclockwise and positive if image was skewed clockwise.

Remarks

Deskews the whole image to the nearest vertical or horizontal axis.
If Zone is set, uses Zone area to identify skew angle. Otherwise the whole image is used.

Licensing: Requires ClearImage Repair license

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.