Function pdfium_render::bindgen::FPDF_DestroyLibrary
source · [−]pub unsafe extern "C" fn FPDF_DestroyLibrary()Expand description
Function: FPDF_DestroyLibary Release all resources allocated by the FPDFSDK library. Parameters: None. Return value: None. Comments: 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.