M_PDFiumSharp_PDFium_FPDF_GetNamedDestByName - ArgusMagnus/PDFiumSharp GitHub Wiki

PDFium.FPDF_GetNamedDestByName Method

Get a the destination handle for the given name.

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

Syntax

C#

public static FPDF_DEST FPDF_GetNamedDestByName(
	FPDF_DOCUMENT document,
	string name
)

Parameters

 

document
Type: PDFiumSharp.Types.FPDF_DOCUMENT
Handle to the loaded document.
name
Type: System.String
The name of a destination.

Return Value

Type: FPDF_DEST
The handle to the destination.

See Also

Reference

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

⚠️ **GitHub.com Fallback** ⚠️