FPDF_CloseXObject method

void FPDF_CloseXObject(
  1. FPDF_XOBJECT xobject
)

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);
}