Accusoft ImagXpress 13
Deskew Method
 enumDeskewType enumeration that evaluates to the type of Deskew processing to perform.
Description
Corrects an image that is skewed.
Syntax
Visual Basic
Public Sub Deskew( _
   ByVal eDeskewType As enumDeskewType _
) 
Parameters
eDeskewType
ValueDescription
DESKEW_AdjustSizeImage size grows or shrinks.
DESKEW_NormalNormal (Default).
DESKEW_Photo_CropSpecial deskew routine specifically for color images.
DESKEW_Preserve_CropImage stays same size, rotated image is cropped to original dimensions.
DESKEW_Preserve_PICResizeImage stays same size, rotated image is resized to original dimensions using PICResize method.
DESKEW_Preserve_ResampleImage stays same size, rotated image is resized to original dimensions using a resample method.
DESKEW_Preserve_ResizeImage stays same size, rotated image is resized to original dimensions using Resize method.
 enumDeskewType enumeration that evaluates to the type of Deskew processing to perform.
Remarks

Use this deskew method on images with bit depth greater than one.

For bitonal (1-bit) images, use DocumentDeskew.

See Also

ImagXpress Object  | ImagXpress Members  | DocumentDeskew Method  | Document Image Processing  | Color Image Processing  | Image Processing

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback