Accusoft.ImagXpress13.Net
DeskewType Enumeration




Option values to indicate deskew settings for image correction.
Syntax
'Declaration
 
Public Enum DeskewType 
   Inherits System.Enum
'Usage
 
Dim instance As DeskewType
public enum DeskewType : System.Enum 
__value public enum DeskewType : public System.Enum 
public enum class DeskewType : public System.Enum 
Members
MemberValueDescription
AdjustSize1The image size grows or shrinks.
Normal0Normal
PhotoCrop6A special deskew routine specifically for color images.
PreserveCrop2The image stays the same size, a rotated image is cropped to original dimensions.
PreserveResample4The image stays the same size, a rotated image is resized to the original dimensions using a resampling method.
PreserveResize3The image stays the same size, a rotated image is resized to the original dimensions using the version of the Processor.Resize method that favors speed.
PreserveResizeQuality5The image stays the same size, a rotated image is resized to the original dimensions using the version of Processor.Resize method that favors quality.
Remarks

The default value is Normal.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.ImagXpressSdk.DeskewType

See Also

Reference

Accusoft.ImagXpressSdk Namespace

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback