M_PDFiumSharp_PDFium_FPDF_CountNamedDests - ArgusMagnus/PDFiumSharp GitHub Wiki
Get the count of named destinations in the PDF document.
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static int FPDF_CountNamedDests(
FPDF_DOCUMENT document
)
- document
- Type: PDFiumSharp.Types.FPDF_DOCUMENT
Handle to the loaded document.
Type: Int32
The count of named destinations.
PDFium Class
PDFiumSharp Namespace
PdfDestinationCollection.Count
PdfDocument.Destinations