M_PDFiumSharp_PDFium_FPDFLink_Enumerate - ArgusMagnus/PDFiumSharp GitHub Wiki

PDFium.FPDFLink_Enumerate Method

Enumerates all the link annotations in page.

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public static IEnumerable<FPDF_LINK> FPDFLink_Enumerate(
	FPDF_PAGE page
)

Parameters

 

page
Type: PDFiumSharp.Types.FPDF_PAGE
Handle to the page.

Return Value

Type: IEnumerable(FPDF_LINK)
All the link annotations in page.

See Also

Reference

PDFium Class
PDFiumSharp Namespace

⚠️ **GitHub.com Fallback** ⚠️