 | PdfiumFPDFLink_CountWebLinks Method |
Count number of detected web links.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFLink_CountWebLinks(
IntPtr link_page
)
Public Shared Function FPDFLink_CountWebLinks (
link_page As IntPtr
) As Integer
public:
static int FPDFLink_CountWebLinks(
IntPtr link_page
)
static member FPDFLink_CountWebLinks :
link_page : IntPtr -> int
public static int FPDFLink_CountWebLinks(
IntPtr link_page
)
Patagames.Pdf.Pdfium.FPDFLink_CountWebLinks = function(link_page);
Parameters
- link_page IntPtr
- Handle returned by FPDFLink_LoadWebLinks(IntPtr).
Return Value
Int32Number of detected web links.
See Also