FPDFText_LoadPage function
- @Native<FPDF_TEXTPAGE Function(FPDF_PAGE page)>(FPDF_PAGE)>()
- FPDF_PAGE page
Function: FPDFText_LoadPage Prepare information about all characters in a page. Parameters: page - Handle to the page. Returned by FPDF_LoadPage function (in FPDFVIEW module). Return value: A handle to the text page information structure. NULL if something goes wrong. Comments: Application must call FPDFText_ClosePage to release the text page information.
Implementation
@ffi.Native<FPDF_TEXTPAGE Function(FPDF_PAGE)>()
external FPDF_TEXTPAGE FPDFText_LoadPage(FPDF_PAGE page);