Skip to content

M_PDFiumSharp_PDFium_FPDF_CountNamedDests

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

PDFium.FPDF_CountNamedDests Method

Get the count of named destinations in the PDF document.

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

Syntax

C#

public static int FPDF_CountNamedDests(
	FPDF_DOCUMENT document
)

Parameters

 

document
Type: PDFiumSharp.Types.FPDF_DOCUMENT
Handle to the loaded document.

Return Value

Type: Int32
The count of named destinations.

See Also

Reference

PDFium Class
PDFiumSharp Namespace
PdfDestinationCollection.Count
PdfDocument.Destinations

Clone this wiki locally