FPDFText_ClosePage function

  1. @Native<Void Function(FPDF_TEXTPAGE)>(FPDF_TEXTPAGE)>()
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

@ffi.Native<ffi.Void Function(FPDF_TEXTPAGE)>()
external void FPDFText_ClosePage(FPDF_TEXTPAGE text_page);