Click or drag to resize

PdfiumFPDFAction_GetFilePath Method

Note: This API is now obsolete.

Get file path of an remote goto action

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
[ObsoleteAttribute("This method is obsolete", true)]
public static string FPDFAction_GetFilePath(
	IntPtr action
)

Parameters

action  IntPtr
Handle to the action. Must be a RMEOTEGOTO or LAUNCH action. Returned by FPDFBookmark_GetAction(IntPtr) or FPDFLink_GetAction(IntPtr) function.

Return Value

String
Return file path of an remote goto action
Remarks
This method is obsolete and will be removed in a future release of the Pdfium .Net SDK
See Also