FPDFPageObj_NewImageObj method

FPDF_PAGEOBJECT FPDFPageObj_NewImageObj(
  1. FPDF_DOCUMENT document
)

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);
}