Click or drag to resize

PdfiumFPDF_CloseDocument Method

Close a loaded PDF document.

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

Parameters

document  IntPtr
Handle to the loaded document. Returned by FPDF_LoadDocument(String, String) function.
See Also