FPDF_CloseXObject function
- @Native<Void Function(FPDF_XOBJECT)>(FPDF_XOBJECT)>()
- 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);