The DeskewCommandInterpolationType Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Flags that specify which type of interpolation to use.Visual Basic (Declaration) | |
---|---|
Public Enum DeskewCommandInterpolationType Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DeskewCommandInterpolationType |
C# | |
---|---|
public enum DeskewCommandInterpolationType : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class DeskewCommandInterpolationType : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
RotateBicubic | Perform bicubic interpolation when rotating. |
RotateLinear | Don't perform any interpolation methods when rotating. |
RotateResample | Perform bilinear interpolation when rotating. |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.ImageProcessing.DeskewCommandInterpolationType
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7