Click or drag to resize

FunctionCreate Method

Create a PDF::Function object from an existing SDF function dictionary.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static Function Create(
	Obj function
)

Parameters

function
Type: pdftron.SDFObj
the funct_dict

Return Value

Type: Function
newly created Function object
See Also