 | PdfiumFPDFLink_CountQuadPoints Method |
Get the count of quadrilaterals fo the link annotation
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFLink_CountQuadPoints(
IntPtr link_annot
)
Public Shared Function FPDFLink_CountQuadPoints (
link_annot As IntPtr
) As Integer
public:
static int FPDFLink_CountQuadPoints(
IntPtr link_annot
)
static member FPDFLink_CountQuadPoints :
link_annot : IntPtr -> int
public static int FPDFLink_CountQuadPoints(
IntPtr link_annot
)
Patagames.Pdf.Pdfium.FPDFLink_CountQuadPoints = function(link_annot);
Parameters
- link_annot IntPtr
- Handle to the link annotation received by FPDFLink_Enumerate(IntPtr, Int32, IntPtr) function.
Return Value
Int32The count of quadrilaterals.
See Also