Skip to content

M_PDFiumSharp_PDFium_FPDF_GetNamedDest

ArgusMagnus edited this page Apr 4, 2017 · 1 revision

PDFium.FPDF_GetNamedDest Method

Get the named destination by index.

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public static ValueTuple<FPDF_DEST, string> FPDF_GetNamedDest(
	FPDF_DOCUMENT document,
	int index
)

Parameters

 

document
Type: PDFiumSharp.Types.FPDF_DOCUMENT
Handle to a document.
index
Type: System.Int32
The index of a named destination.

Return Value

Type: ValueTuple(FPDF_DEST, String)
The destination handle and name for a given index, or (Null, null) if there is no named destination corresponding to index.

See Also

Reference

PDFium Class
PDFiumSharp Namespace
[!:PdfDestinationCollection[int]]
PdfDocument.Destinations

Clone this wiki locally