Click or drag to resize

PdfiumFPDFOBJ_GetDict Method

Returns a Dictionary representation of the specified object.

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

Parameters

obj_handle  IntPtr
Handle to the PDF object

Return Value

IntPtr
Handle to the dictionary, IntPtr.Zero if any errors occurs.
See Also