Click or drag to resize

PdfiumFPDF_DestroyLibrary Method

Release all resources allocated by the Pdfium library

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDF_DestroyLibrary()
Remarks
You can call this function to release all memory blocks allocated by the library. After this function called, you should not call any PDF processing functions.
See Also