Click or drag to resize

PdfiumFPDFAction_GetURIPath Method

Get URI path of a URI action

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static string FPDFAction_GetURIPath(
	IntPtr document,
	IntPtr action
)

Parameters

document  IntPtr
Handle to the document. Returned by FPDF_LoadDocument(String, String), FPDF_LoadMemDocument(Byte, Int32, String) or FPDF_LoadCustomDocument(FPDF_FILEACCESS, String) functions.
action  IntPtr
Handle to the action. Must be a URI action

Return Value

String
URI path of a URI action
See Also