Click or drag to resize

PdfiumFFDF_CloseDocument Method

Close a loaded FDF document.

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

Parameters

fdfDoc  IntPtr
Handle to the loaded document. Returned by FFDF_LoadDocument(String) or FFDF_LoadMemDocument(Byte) function.
See Also