Accusoft.ImagXpressSdk Namespace : DeskewType Enumeration |
'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
Member | Value | Description |
---|---|---|
AdjustSize | 1 | The image size grows or shrinks. |
Normal | 0 | Normal |
PhotoCrop | 6 | A special deskew routine specifically for color images. |
PreserveCrop | 2 | The image stays the same size, a rotated image is cropped to original dimensions. |
PreserveResample | 4 | The image stays the same size, a rotated image is resized to the original dimensions using a resampling method. |
PreserveResize | 3 | The 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. |
PreserveResizeQuality | 5 | The image stays the same size, a rotated image is resized to the original dimensions using the version of Processor.Resize method that favors quality. |
The default value is Normal.
System.Object
System.ValueType
System.Enum
Accusoft.ImagXpressSdk.DeskewType