M_PDFiumSharp_PDFium_FPDFLink_Enumerate - ArgusMagnus/PDFiumSharp GitHub Wiki
Enumerates all the link annotations in page.
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static IEnumerable<FPDF_LINK> FPDFLink_Enumerate(
FPDF_PAGE page
)
- page
- Type: PDFiumSharp.Types.FPDF_PAGE
Handle to the page.
Type: IEnumerable(FPDF_LINK)
All the link annotations in page.