 | PdfiumFPDF_DestroyLibrary Method |
Release all resources allocated by the Pdfium library
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDF_DestroyLibrary()
Public Shared Sub FPDF_DestroyLibrary
public:
static void FPDF_DestroyLibrary()
static member FPDF_DestroyLibrary : unit -> unit
public static void FPDF_DestroyLibrary()
Patagames.Pdf.Pdfium.FPDF_DestroyLibrary = function();
RemarksYou 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