Leadtools.Workflow.ImageProcessing Namespace : DeskewCommandInterpolationType Enumeration |
public enum DeskewCommandInterpolationType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum DeskewCommandInterpolationType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DeskewCommandInterpolationType
public enum class DeskewCommandInterpolationType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | RotateLinear | Don't perform any interpolation methods when rotating. |
0x00000001 | RotateResample | Perform bilinear interpolation when rotating. |
0x00000002 | RotateBicubic | Perform bicubic interpolation when rotating. |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.ImageProcessing.DeskewCommandInterpolationType