函式:PDF_put_image() |
PDF_put_image放置图片到 PDF 档。 语法: boolean pdf_put_image(int pdfid, int image); 传回值: 布林值 函式种类: 特殊档案格式
本函式用来将图片放在目前操作的 PDF 档上,值得注意的是本函式仅暂时放置,实际还需 PDF_execute_image() 函式来配合。参数 pdfid 为 PDF 档案代码。参数 image 为图片代码。
PDF_place_image() PDF_execute_image()
|