M_PDFiumSharp_PDFium_FPDF_GetNamedDest - ArgusMagnus/PDFiumSharp GitHub Wiki
Get the named destination by index.
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static ValueTuple<FPDF_DEST, string> FPDF_GetNamedDest(
FPDF_DOCUMENT document,
int index
)
- document
- Type: PDFiumSharp.Types.FPDF_DOCUMENT
Handle to a document. - index
- Type: System.Int32
The index of a named destination.
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.
PDFium Class
PDFiumSharp Namespace
[!:PdfDestinationCollection[int]]
PdfDocument.Destinations