Click or drag to resize

PdfiumFPDF_GetNamedDestByName Method

Get a special dest handle by the name.

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

Parameters

document  IntPtr
Handle to the loaded document.
name  String
The name of a special named dest.

Return Value

IntPtr
The Handle to the dest.
Remarks
This method have problem with non english national character encoding
See Also