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






Rotates image to right-side-up orientation

Syntax

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

Return Value

For text-based rotation returns none, upsideDown, left, or right values
For graphics-based rotation returns portrait or leftOrRight values.

Remarks

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

Rotates the whole image. If Zone is set, uses Zone area to identify rotation. 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.