M_PDFiumSharp_PDFium_FPDF_DestroyLibrary - ArgusMagnus/PDFiumSharp GitHub Wiki
Release all resources allocated by the PDFium library.
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static void FPDF_DestroyLibrary()
You can call this function to release all memory blocks allocated by the library. After this function is called, you should not call any PDF processing functions.