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
)
Public Shared Function Create (
function As Obj
) As Function
public:
static Function^ Create(
[InAttribute] Obj^ function
)
pdftron.PDF.Function.Create = function(function);
Parameters
- function
- Type: pdftron.SDFObj
the funct_dict
Return Value
Type:
Functionnewly created
Function object
See Also