The InterpolationType Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets flags that specify which type of interpolation to use.| Visual Basic (Declaration) | |
|---|---|
Public Property InterpolationType As DeskewCommandInterpolationType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DeskewActivity Dim value As DeskewCommandInterpolationType instance.InterpolationType = value value = instance.InterpolationType | |
| C# | |
|---|---|
public DeskewCommandInterpolationType InterpolationType {get; set;} | |
| C++/CLI | |
|---|---|
public: property DeskewCommandInterpolationType InterpolationType { DeskewCommandInterpolationType get(); void set ( DeskewCommandInterpolationType value); } | |
Property Value
Flags that specify which type of interpolation to use.Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code