M_PDFiumSharp_PDFium_FPDFAction_GetFilePath - ArgusMagnus/PDFiumSharp GitHub Wiki
Gets the file path of a FPDF_ACTION of type RemoteGoTo or Launch.
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static string FPDFAction_GetFilePath(
FPDF_ACTION action
)
- action
- Type: PDFiumSharp.Types.FPDF_ACTION
Handle to the action. Must be of type RemoteGoTo or Launch.
Type: String
The file path of action.