Enum Function.Type
functions types
Namespace: pdftron.PDF
Assembly: PDFTronDotNet.dll
Syntax
public enum Function.Type
Fields
| Name | Description |
|---|---|
| e_exponential | defines a set of coefficients for an exponential function. |
| e_postscript | A PostScript calculator function. |
| e_sampled | uses a table of sample values to define the function. |
| e_stitching | a combination of other functions, partitioned across a domain. |