FPDFLink_CountWebLinks function
- @Native<Int Function(FPDF_PAGELINK)>(FPDF_PAGELINK)>()
- 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);