 | PdfiumFFDF_CloseDocument Method |
Close a loaded FDF document.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FFDF_CloseDocument(
IntPtr fdfDoc
)
Public Shared Sub FFDF_CloseDocument (
fdfDoc As IntPtr
)
public:
static void FFDF_CloseDocument(
IntPtr fdfDoc
)
static member FFDF_CloseDocument :
fdfDoc : IntPtr -> unit
public static void FFDF_CloseDocument(
IntPtr fdfDoc
)
Patagames.Pdf.Pdfium.FFDF_CloseDocument = function(fdfDoc);
Parameters
- fdfDoc IntPtr
- Handle to the loaded document. Returned by FFDF_LoadDocument(String) or FFDF_LoadMemDocument(Byte) function.
See Also