C#
VB
C++
Specifies the interpolation algorithm will be used to scale the image.
public enum Interploation Public Enum InterploationInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
public enum class Interploation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable Members
| Value | Member | Description |
|---|---|---|
| 0 | Normal | Perform normal interpolation. This is the fastest interpolation. However, aliasing is present and reduces the image quality. |
| 1 | Resample | Perform linear interpolation and averaging to produce higher quality images. |
| 2 | Bicubic | Perform bicubic interpolation and averaging to produce high quality images. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
