Click or drag to resize

PdfiumFPDFFunction_GetObject Method

Get an underlying Dictionary or Stream object.

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

Parameters

function  IntPtr
The handle to the function.

Return Value

IntPtr
The handle to the underlying Dictionary or Stream object.
Remarks
See Also