Click or drag to resize

PdfiumFPDF_CountNamedDests Method

Get the count of named destinations in the PDF document.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FPDF_CountNamedDests(
	IntPtr document
)

Parameters

document  IntPtr
Handle to a document

Return Value

Int32
The count of named destinations.
See Also