Visual Basic
C#
Managed Extensions for C++
C++/CLI
| 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