Click or drag to resize

PdfiumFPDFOBJ_GetParentObj Method

Returns a handle to the container for specified object.

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

Parameters

obj_handle  IntPtr
Handle to the PDF object

Return Value

IntPtr
A handle to the dictionary or to the array which contains specified object, IntPtr.Zero if there is no any container.
See Also