Accusoft ImagXpress 12
Deskew Method
See Also  Send comments on this topic.
eDeskewType
 enumDeskewType enumeration that evaluates to the type of Deskew processing to perform.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : Deskew Method

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.