PDF functions types
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Enumeration FunctionType
public enum class FunctionType
pdftron.PDF.FunctionType = function();
pdftron.PDF.FunctionType.createEnum('pdftron.PDF.FunctionType', false);
Members
| Member name | Value | Description |
---|
| e_sampled | 0 | uses a table of sample values to define the function. |
| e_exponential | 2 | defines a set of coefficients for an exponential function. |
| e_stitching | 3 | a combination of other functions, partitioned across a domain. |
| e_postscript | 4 | A PostScript calculator function. |
See Also