Remove a child page-object from a form-xobject
Source:R/api_completion.R
pdf_form_obj_remove_object.RdWraps FPDFFormObj_RemoveObject. The child must currently belong
to the form-xobject. After removal the child's R-side externalptr
is unchanged (PDFium destroys the child internally); calling other
setters on the same handle will error cleanly via the existing
is_open() chain because PDFium's pointer is no longer valid.
Arguments
- form_obj
A
pdfium_objoftype = "form".- child
A
pdfium_objfrompdf_form_objects()(the enumeration of children).