 | PdfiumFPDF_ClearPageCaches Method |
Remove global caches and caches associated with the specified page.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDF_ClearPageCaches(
IntPtr document,
IntPtr pageDictionary
)
Public Shared Sub FPDF_ClearPageCaches (
document As IntPtr,
pageDictionary As IntPtr
)
public:
static void FPDF_ClearPageCaches(
IntPtr document,
IntPtr pageDictionary
)
static member FPDF_ClearPageCaches :
document : IntPtr *
pageDictionary : IntPtr -> unit
public static void FPDF_ClearPageCaches(
IntPtr document,
IntPtr pageDictionary
)
Patagames.Pdf.Pdfium.FPDF_ClearPageCaches = function(document, pageDictionary);
Parameters
- document IntPtr
- The handle to a document.
- pageDictionary IntPtr
- Dictionary of the page.
RemarksThe page must be closed before calling this method. The page dictionary must be retrieved and stored before the page is closed.
See Also