FPDFLink_CountQuadPoints function

  1. @Native<Int Function(FPDF_LINK)>(FPDF_LINK)>()
int FPDFLink_CountQuadPoints(
  1. FPDF_LINK link_annot
)

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);