Class PdfFunctionFactory
public sealed class PdfFunctionFactory
- Inheritance
-
PdfFunctionFactory
- Inherited Members
Fields
FUNCTION_TYPE_0
public const int FUNCTION_TYPE_0 = 0
Field Value
FUNCTION_TYPE_2
public const int FUNCTION_TYPE_2 = 2
Field Value
FUNCTION_TYPE_3
public const int FUNCTION_TYPE_3 = 3
Field Value
FUNCTION_TYPE_4
public const int FUNCTION_TYPE_4 = 4
Field Value
Methods
Create(PdfObject)
Factory method to create a function instance based on an existing PdfObject.
public static IPdfFunction Create(PdfObject pdfObject)
Parameters
pdfObject
PdfObjectEither a PdfDictionary or a PdfStream representing a function
Returns
- IPdfFunction
Depending on the type, a PdfType0Function , a PdfType2Function , a PdfType3Function or a PdfType4Function