 | PdfiumFFDF_GetPath Method |
Gets a path to the PDF file from the spicified FDF document
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static string FFDF_GetPath(
IntPtr fdfDoc
)
Public Shared Function FFDF_GetPath (
fdfDoc As IntPtr
) As String
public:
static String^ FFDF_GetPath(
IntPtr fdfDoc
)
static member FFDF_GetPath :
fdfDoc : IntPtr -> string
public static String FFDF_GetPath(
IntPtr fdfDoc
)
Patagames.Pdf.Pdfium.FFDF_GetPath = function(fdfDoc);
Parameters
- fdfDoc IntPtr
- Handle to the loaded document. Returned by FFDF_LoadDocument(String) or FFDF_LoadMemDocument(Byte) function.
Return Value
StringThe 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