FPDFText_ClosePage function
- @Native<Void Function(FPDF_TEXTPAGE)>(FPDF_TEXTPAGE)>()
- FPDF_TEXTPAGE text_page
Function: FPDFText_ClosePage Release all resources allocated for a text page information structure. Parameters: text_page - Handle to a text page information structure. Returned by FPDFText_LoadPage function. Return Value: None.
Implementation
@ffi.Native<ffi.Void Function(FPDF_TEXTPAGE)>()
external void FPDFText_ClosePage(FPDF_TEXTPAGE text_page);