Click or drag to resize

PdfiumFPDFLink_CountQuadPoints Method

Get the count of quadrilaterals fo the link annotation

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FPDFLink_CountQuadPoints(
	IntPtr link_annot
)

Parameters

link_annot  IntPtr
Handle to the link annotation received by FPDFLink_Enumerate(IntPtr, Int32, IntPtr) function.

Return Value

Int32
The count of quadrilaterals.
See Also