FPDFText_ClosePage method
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
void FPDFText_ClosePage(FPDF_TEXTPAGE text_page) {
return _FPDFText_ClosePage(text_page);
}