Table of Contents

Class PdfFunctionFactory

Namespace
iText.Kernel.Pdf.Function
Assembly
itext.kernel.dll
public sealed class PdfFunctionFactory
Inheritance
PdfFunctionFactory
Inherited Members

Fields

FUNCTION_TYPE_0

public const int FUNCTION_TYPE_0 = 0

Field Value

int

FUNCTION_TYPE_2

public const int FUNCTION_TYPE_2 = 2

Field Value

int

FUNCTION_TYPE_3

public const int FUNCTION_TYPE_3 = 3

Field Value

int

FUNCTION_TYPE_4

public const int FUNCTION_TYPE_4 = 4

Field Value

int

Methods

Create(PdfObject)

Factory method to create a function instance based on an existing PdfObject.

public static IPdfFunction Create(PdfObject pdfObject)

Parameters

pdfObject PdfObject

Either a PdfDictionary or a PdfStream representing a function

Returns

IPdfFunction

Depending on the type, a PdfType0Function , a PdfType2Function , a PdfType3Function or a PdfType4Function