Click or drag to resize

PdfiumFPDF_CloseFile Method

Closes the file opened by FPDF_OpenFile(String) and releases all resources.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDF_CloseFile(
	IntPtr handle
)

Parameters

handle  IntPtr
Handle to opened file.
See Also