 | PdfiumFPDFLink_CloseWebLinks Method |
Release resources used by weblink feature.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFLink_CloseWebLinks(
IntPtr link_page
)
Public Shared Sub FPDFLink_CloseWebLinks (
link_page As IntPtr
)
public:
static void FPDFLink_CloseWebLinks(
IntPtr link_page
)
static member FPDFLink_CloseWebLinks :
link_page : IntPtr -> unit
public static void FPDFLink_CloseWebLinks(
IntPtr link_page
)
Patagames.Pdf.Pdfium.FPDFLink_CloseWebLinks = function(link_page);
Parameters
- link_page IntPtr
- Handle returned by FPDFLink_LoadWebLinks(IntPtr).
See Also