FPDFLink_CountWebLinks function

  1. @Native<Int Function(FPDF_PAGELINK)>(FPDF_PAGELINK)>()
int FPDFLink_CountWebLinks(
  1. FPDF_PAGELINK link_page
)

Function: FPDFLink_CountWebLinks Count number of detected web links. Parameters: link_page - Handle returned by FPDFLink_LoadWebLinks. Return Value: Number of detected web links.

Implementation

@ffi.Native<ffi.Int Function(FPDF_PAGELINK)>()
external int FPDFLink_CountWebLinks(FPDF_PAGELINK link_page);