FPDF_StructTree_Close function

  1. @Native<Void Function(FPDF_STRUCTTREE)>(FPDF_STRUCTTREE)>()
void FPDF_StructTree_Close(
  1. FPDF_STRUCTTREE struct_tree
)

Function: FPDF_StructTree_Close Release a resource allocated by FPDF_StructTree_GetForPage(). Parameters: struct_tree - Handle to the structure tree, as returned by FPDF_StructTree_LoadPage(). Return value: None.

Implementation

@ffi.Native<ffi.Void Function(FPDF_STRUCTTREE)>()
external void FPDF_StructTree_Close(FPDF_STRUCTTREE struct_tree);