Click or drag to resize

PdfFunctionFromHandle Method

Identifies the type of the specified function object and creates an instance of this type.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntax
public static PdfFunction FromHandle(
	IntPtr handle
)

Parameters

handle  IntPtr
A handle to a function object.

Return Value

PdfFunction
An instance of a particular class of a function object.
Exceptions
ExceptionCondition
UnknownFunctionTypeExceptionThe handle points to a function of unknown type.
See Also