Click or drag to resize

PdfiumFPDFREF_GetObjList Method

Gets a list of objects in which is linked with the specified reference object.

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

Parameters

handle  IntPtr
Handle to the Reference object

Return Value

IntPtr
Handle ro the list of objects or IntPtr.Zero if any error is occured
See Also