Click or drag to resize

PdfiumFFDF_GetPath Method

Gets a path to the PDF file from the spicified FDF document

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

Parameters

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

Return Value

String
The source file or target file: the PDF document file that this FDF file was exported from or is intended to be imported into.
See Also