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




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > Deskew Method : Deskew(DeskewOptions) Method
An object containing parameters that control the enhancement process
Detects the skew angle of the current image and rotates the image to remove that skew.
Syntax
'Declaration
 
Public Overloads Function Deskew( _
   ByVal options As DeskewOptions _
) As DeskewResults
'Usage
 
Dim instance As ScanFix
Dim options As DeskewOptions
Dim value As DeskewResults
 
value = instance.Deskew(options)
public DeskewResults Deskew( 
   DeskewOptions options
)
public: DeskewResults* Deskew( 
   DeskewOptions* options
) 
public:
DeskewResults^ Deskew( 
   DeskewOptions^ options
) 

Parameters

options
An object containing parameters that control the enhancement process

Return Value

A DeskewResults object containing information about the results of the deskew process.
Exceptions
ExceptionDescription
Thrown when required argument value is null.
Thrown when argument is out of range.
Thrown when argument enum value is invalid.
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.

Note: Use this function if you wish to modify the parameters controlling the enhancement.

See Also

Reference

ScanFix Class
ScanFix Members
Overload List

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