 | PdfiumFPDF_CountNamedDests Method |
Get the count of named destinations in the PDF document.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDF_CountNamedDests(
IntPtr document
)
Public Shared Function FPDF_CountNamedDests (
document As IntPtr
) As Integer
public:
static int FPDF_CountNamedDests(
IntPtr document
)
static member FPDF_CountNamedDests :
document : IntPtr -> int
public static int FPDF_CountNamedDests(
IntPtr document
)
Patagames.Pdf.Pdfium.FPDF_CountNamedDests = function(document);
Parameters
- document IntPtr
- Handle to a document
Return Value
Int32The count of named destinations.
See Also