FPDF_CloseXObject function

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

@ffi.Native<ffi.Void Function(FPDF_XOBJECT)>()
external void FPDF_CloseXObject(FPDF_XOBJECT xobject);