Click or drag to resize

PdfFuncSampledOrder Property

Gets the order of interpolation between samples.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public int Order { get; }

Property Value

Int32
Valid values are 1 and 3, specifying linear and cubic spline interpolation, respectively; -1 if any error occured.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe function object has been disposed.
UnknownFunctionTypeExceptionThe requested operation could not be performed on a function of this type.
PdfiumExceptionThe underlying Stream has been disposed; or function Handle is invalid.
See Also