Click or drag to resize

PdfiumFPDF_GetNamedDest Method

Get the specified named destinations of the PDF document by index.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDF_GetNamedDest(
	IntPtr document,
	int index,
	out string name
)

Parameters

document  IntPtr
Handle to a document
index  Int32
The index of named destination.
name  String
Retrieve the name of named destinations

Return Value

IntPtr
The destination Handle to a named destination, or IntPtr.Zero if no named destination corresponding to |index|.
See Also