FPDFPageObj_NewImageObj method
Create a new image object.
document - handle to a document.
Returns a handle to a new image object.
Implementation
FPDF_PAGEOBJECT FPDFPageObj_NewImageObj(FPDF_DOCUMENT document) {
return _FPDFPageObj_NewImageObj(document);
}