Skip to content

M_PDFiumSharp_PDFium_FPDFAction_GetURIPath

ArgusMagnus edited this page Apr 4, 2017 · 1 revision

PDFium.FPDFAction_GetURIPath Method

Gets URI path of a FPDF_ACTION of type Uri.

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public static string FPDFAction_GetURIPath(
	FPDF_DOCUMENT document,
	FPDF_ACTION action
)

Parameters

 

document
Type: PDFiumSharp.Types.FPDF_DOCUMENT
Handle to the document.
action
Type: PDFiumSharp.Types.FPDF_ACTION
Handle to the action. Must be of type Uri.

Return Value

Type: String
The URI path of action.

See Also

Reference

PDFium Class
PDFiumSharp Namespace
PdfAction.Uri

Clone this wiki locally