FPDFLink_CountQuadPoints function
Get the count of quadrilateral points to the |link_annot|.
link_annot - handle to the link annotation.
Returns the count of quadrilateral points.
Implementation
@ffi.Native<ffi.Int Function(FPDF_LINK)>()
external int FPDFLink_CountQuadPoints(FPDF_LINK link_annot);