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 returnsnone, upsideDown, left, or right
valuesFor graphics-based rotation returns
portrait or leftOrRight
values.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
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
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