Click or drag to resize

PdfiumFPDFHOLDER_ReleaseRefsToObjects Method

Releases all resources allocated by the FPDFHOLDER_GetRefsToObjects(IntPtr, Int32, Boolean, IntPtr)

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public static void FPDFHOLDER_ReleaseRefsToObjects(
	IntPtr arrayHandle
)

Parameters

arrayHandle  IntPtr
Handle to an array returned by FPDFHOLDER_GetRefsToObjects(IntPtr, Int32, Boolean, IntPtr)
See Also