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






Automatically deskew image

Syntax

Visual Basic (Declaration) 
Public Function AutoDeskew() As Double
Visual Basic (Usage)Copy Code
Dim instance As CiRepair
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(); 

Remarks

Deskews image to the nearest vertical or horizontal axis, on the basis of measurements taken of the overall image object. It is also possible to use a zone as a reference for the measurement, in which case the Parent of the zone object is deskewed based on image data inside the zone.

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.