 | PdfiumFPDFAction_GetRemoteDest Method |
Get th e name of named destination in a remote document for GoToR and GoToE action.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static string FPDFAction_GetRemoteDest(
IntPtr handle
)
Public Shared Function FPDFAction_GetRemoteDest (
handle As IntPtr
) As String
public:
static String^ FPDFAction_GetRemoteDest(
IntPtr handle
)
static member FPDFAction_GetRemoteDest :
handle : IntPtr -> string
public static String FPDFAction_GetRemoteDest(
IntPtr handle
)
Patagames.Pdf.Pdfium.FPDFAction_GetRemoteDest = function(handle);
Parameters
- handle IntPtr
- A handle to the action. May be ExternalDoc or EmbeddedDoc only.
Return Value
StringA string value representing the destination in the remote document.
Remarks
See Also