Click or drag to resize

PdfiumFPDF_ClearPageCaches Method

Remove global caches and caches associated with the specified page.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDF_ClearPageCaches(
	IntPtr document,
	IntPtr pageDictionary
)

Parameters

document  IntPtr
The handle to a document.
pageDictionary  IntPtr
Dictionary of the page.
Remarks
The page must be closed before calling this method. The page dictionary must be retrieved and stored before the page is closed.
See Also