FPDF_CloseXObject method
Experimental API. Close an FPDF_XOBJECT handle created by FPDF_NewXObjectFromPage(). FPDF_PAGEOBJECTs created from the FPDF_XOBJECT handle are not affected.
Implementation
void FPDF_CloseXObject(FPDF_XOBJECT xobject) {
return _FPDF_CloseXObject(xobject);
}