 | PdfiumFPDFLink_CountRects Method |
Count number of rectangular areas for the link.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFLink_CountRects(
IntPtr link_page,
int link_index
)
Public Shared Function FPDFLink_CountRects (
link_page As IntPtr,
link_index As Integer
) As Integer
public:
static int FPDFLink_CountRects(
IntPtr link_page,
int link_index
)
static member FPDFLink_CountRects :
link_page : IntPtr *
link_index : int -> int
public static int FPDFLink_CountRects(
IntPtr link_page,
int link_index
)
Patagames.Pdf.Pdfium.FPDFLink_CountRects = 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
Int32Number of rectangular areas for the link.
See Also