M_PDFiumSharp_PDFium_FPDFAction_GetURIPath - ArgusMagnus/PDFiumSharp GitHub Wiki
Gets URI path of a FPDF_ACTION of type Uri.
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static string FPDFAction_GetURIPath(
FPDF_DOCUMENT document,
FPDF_ACTION action
)
- 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.
Type: String
The URI path of action.