 | PdfFuncSampledOrder Property |
Gets the order of interpolation between samples.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic int Order { get; }Public ReadOnly Property Order As Integer
Get
public:
property int Order {
int get ();
}member Order : int with get
/** @property */
public int get_Order()
Property Value
Int32Valid values are 1 and 3, specifying linear and cubic spline interpolation, respectively; -1 if any error occured.
Exceptions
See Also