FPDFFormObj_CountObjects method
Get number of page objects inside |form_object|.
form_object - handle to a form object.
Returns the number of objects in |form_object| on success, -1 on error.
Implementation
int FPDFFormObj_CountObjects(FPDF_PAGEOBJECT form_object) {
return _FPDFFormObj_CountObjects(form_object);
}