Click or drag to resize

PdfiumFPDFFunction_OpenHandle Method

Create a function from the Dictionary or Stream object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFFunction_OpenHandle(
	IntPtr obj
)

Parameters

obj  IntPtr
The handle to the Dictionary or Stream object that represents the function.

Return Value

IntPtr
The handle to the created function.
Remarks
Note  Note
When an application is finished using the function handle returned by method, use the FPDFFunction_CloseHandle(IntPtr) function to close the handle.
See Also