FPDFPageObj_NewImageObj function

  1. @Native<FPDF_PAGEOBJECT Function(FPDF_DOCUMENT document)>(FPDF_DOCUMENT)>()
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

@ffi.Native<FPDF_PAGEOBJECT Function(FPDF_DOCUMENT)>()
external FPDF_PAGEOBJECT FPDFPageObj_NewImageObj(FPDF_DOCUMENT document);