ClearImageNet Send comments on this topic.
Rotation Property
See Also 
Inlite.ClearImageNet Namespace > ImageEditor Class : Rotation Property




Gets image rotation information

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Rotation As PageRotation
Visual Basic (Usage)Copy Code
Dim instance As ImageEditor
Dim value As PageRotation
 
value = instance.Rotation
C# 
public PageRotation Rotation {get;}
Managed Extensions for C++ 
public: __property PageRotation get_Rotation();
C++/CLI 
public:
property PageRotation Rotation {
   PageRotation get();
}

Remarks

For image with enough of textual elements uses characters to find rotation.
For image with mostly graphical objects uses lines and other graphic objects to find rotation.
Licensing: Requires ClearImage Tools license

See Also

Generated from assembly ClearImageNet [5.7.1.0]