Click or drag to resize

PdfiumFPDFLink_GetQuadPoints Method

Get the quadrilateral from link annotation at the specified index.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFLink_GetQuadPoints(
	IntPtr link_annot,
	int quadIndex,
	out FS_QUADPOINTSF quadPoints
)

Parameters

link_annot  IntPtr
Handle to the link annotation received by FPDFLink_Enumerate(IntPtr, Int32, IntPtr) function.
quadIndex  Int32
The index of the quadrilateral.
quadPoints  FS_QUADPOINTSF
Receive the quadrilateral.

Return Value

Boolean
True if succeed, else False
See Also