PDFFunctionInterpolationMode¶
Namespace: O2S.Components.PDF4NET.PDFFunctions
Supported interpolation modes for a type 0 function values.
Inheritance Object → ValueType → Enum → PDFFunctionInterpolationMode
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| Linear | 1 | Linear intepolation. |
| CubicSpline | 3 | Cubic spline interpolation. |