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






Automatically rotate image

Syntax

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

Remarks

It is recommended to AutoDeskew prior to AutoRotate.

If image contains enough of textual elements AutoRotate sets image in the position with text lines running horizontally and readable from left to right . If image contains mostly graphical objects, like lines, AutoRotate sets image in the position with the most lines running horizontally.

The Parent of zone object is autorotated 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.