![]() | PdfiumFPDF_ |
Note: This API is now obsolete.
[ObsoleteAttribute("This method is obsolete", true)] public static void FPDF_FreeMemory( IntPtr handle )
<ObsoleteAttribute("This method is obsolete", true)> Public Shared Sub FPDF_FreeMemory ( handle As IntPtr )
public: [ObsoleteAttribute(L"This method is obsolete", true)] static void FPDF_FreeMemory( IntPtr handle )
[<ObsoleteAttribute("This method is obsolete", true)>] static member FPDF_FreeMemory : handle : IntPtr -> unit
/** @attribute ObsoleteAttribute("This method is obsolete", true) */ public static void FPDF_FreeMemory( IntPtr handle )
Patagames.Pdf.Pdfium.FPDF_FreeMemory = function(handle);
This method is obsolete and will be removed in a future release of the Pdfium .Net SDK
In case FPDFSDK allocated some memory for user application, the user application must free it to avoid memory leakage. And the application must call FPDF_FreeMemory function to do that. Do NOT use c/c++ memory free() function or other similar functions.