FPDF_NewFormObjectFromXObject function
- @Native<FPDF_PAGEOBJECT Function(FPDF_XOBJECT xobject)>(FPDF_XOBJECT)>()
- FPDF_XOBJECT xobject
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
@ffi.Native<FPDF_PAGEOBJECT Function(FPDF_XOBJECT)>()
external FPDF_PAGEOBJECT FPDF_NewFormObjectFromXObject(FPDF_XOBJECT xobject);