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()
|
| 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
See Also