 | PdfiumFPDFLink_GetURL Method |
Fetch the URL information for a detected web link.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static string FPDFLink_GetURL(
IntPtr link_page,
int link_index
)
Public Shared Function FPDFLink_GetURL (
link_page As IntPtr,
link_index As Integer
) As String
public:
static String^ FPDFLink_GetURL(
IntPtr link_page,
int link_index
)
static member FPDFLink_GetURL :
link_page : IntPtr *
link_index : int -> string
public static String FPDFLink_GetURL(
IntPtr link_page,
int link_index
)
Patagames.Pdf.Pdfium.FPDFLink_GetURL = function(link_page, link_index);
Parameters
- link_page IntPtr
- Handle returned by FPDFLink_LoadWebLinks(IntPtr).
- link_index Int32
- Zero-based index for the link
Return Value
StringURL information for a detected web link
See Also