Click or drag to resize

FunctionType Enumeration

PDF functions types

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum FunctionType
Members
  Member nameValueDescription
e_sampled0uses a table of sample values to define the function.
e_exponential2defines a set of coefficients for an exponential function.
e_stitching3a combination of other functions, partitioned across a domain.
e_postscript4A PostScript calculator function.
See Also