ClearImageNet Send comments on this topic.
AutoRotate Method
See Also 
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()
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 ImageEditor.Zone is set, uses Zone area to identify rotation. Otherwise the whole image is used.

Licensing: Requires ClearImage Repair license

See Also

Generated from assembly ClearImageNet [5.7.1.0]