FPDF_NewFormObjectFromXObject method
Experimental API. Create a new form object from an FPDF_XOBJECT object.
Returns a new form object on success, or NULL on failure. Caller owns the newly created object.
Implementation
FPDF_PAGEOBJECT FPDF_NewFormObjectFromXObject(FPDF_XOBJECT xobject) {
return _FPDF_NewFormObjectFromXObject(xobject);
}