InterpolationOrder Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum represents an interpolation order. The order of interpolation between samples.

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources.Functions
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public enum InterpolationOrder
Members

  Member nameValueDescription
Linear1 Linear interpolation.
Cubic3 Cubic interpolation.
See Also

Reference