FPDF_StructTree_Close method
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
void FPDF_StructTree_Close(FPDF_STRUCTTREE struct_tree) {
return _FPDF_StructTree_Close(struct_tree);
}