Deskews image automatically based on the measured alignment of the image contents
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function AutoDeskew() As Double |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ImageEditor
Dim value As Double
value = instance.AutoDeskew() |
| Delphi | |
|---|
public function AutoDeskew(): Double; |
| JScript | |
|---|
public function AutoDeskew() : double; |
| Managed Extensions for C++ | |
|---|
public: double AutoDeskew(); |
| C++/CLI | |
|---|
public:
double AutoDeskew(); |
Return Value
Skew angle in the range from -45 degrees to 45 degrees. Value is negative, if image was skewed counterclockwise and positive if image was skewed clockwise.
Remarks
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