Click or drag to resize

PdfiumFPDFAction_GetRemoteDest Method

Get th e name of named destination in a remote document for GoToR and GoToE action.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static string FPDFAction_GetRemoteDest(
	IntPtr handle
)

Parameters

handle  IntPtr
A handle to the action. May be ExternalDoc or EmbeddedDoc only.

Return Value

String
A string value representing the destination in the remote document.
Remarks
The string is decoding using the DefaultAnsiEncoding property.
See Also