 | PdfiumFPDFFunction_OpenHandle Method |
Create a function from the Dictionary or Stream object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFFunction_OpenHandle(
IntPtr obj
)
Public Shared Function FPDFFunction_OpenHandle (
obj As IntPtr
) As IntPtr
public:
static IntPtr FPDFFunction_OpenHandle(
IntPtr obj
)
static member FPDFFunction_OpenHandle :
obj : IntPtr -> IntPtr
public static IntPtr FPDFFunction_OpenHandle(
IntPtr obj
)
Patagames.Pdf.Pdfium.FPDFFunction_OpenHandle = function(obj);
Parameters
- obj IntPtr
- The handle to the Dictionary or Stream object that represents the function.
Return Value
IntPtrThe handle to the created function.
Remarks
See Also