Skip to content

M_PDFiumSharp_PDFium_FPDF_DestroyLibrary

ArgusMagnus edited this page Apr 4, 2017 · 1 revision

PDFium.FPDF_DestroyLibrary Method

Release all resources allocated by the PDFium library.

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public static void FPDF_DestroyLibrary()

Remarks

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.

See Also

Reference

PDFium Class
PDFiumSharp Namespace

Clone this wiki locally