FPDFText_ClosePage method

void FPDFText_ClosePage(
  1. 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

void FPDFText_ClosePage(FPDF_TEXTPAGE text_page) {
  return _FPDFText_ClosePage(text_page);
}