ScanFix Xpress v9.0 for .NET - Updated
Deskew() Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > Deskew Method : Deskew() Method
Detect the skew angle of the current image and rotates the image to remove that skew.
Syntax
'Declaration
 
Public Overloads Function Deskew() As DeskewResults
'Usage
 
Dim instance As ScanFix
Dim value As DeskewResults
 
value = instance.Deskew()
public DeskewResults Deskew()
public: DeskewResults* Deskew(); 
public:
DeskewResults^ Deskew(); 

Return Value

A DeskewResults object containing information about the results of the deskew process.
Exceptions
ExceptionDescription
Thrown when image type is unsupported.
Thrown when operation failed.
Remarks

The deskew enhancement is capable of correcting skews ranging from -20 to +20 degrees by rotating the image to 0 degree. It is recommended to use this enhancement on images with skews within the valid range.

Use this function if the default control parameters are adequate.

See Also

Reference

ScanFix Class
ScanFix Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.