函式:PDF_execute_image() |
PDF_execute_image放置 PDF 档中图片到指定位置。 语法: boolean pdf_execute_image(int pdfid, int image, double x-coor, double y-coor, double scale); 传回值: 布林值 函式种类: 特殊档案格式
本函式将放在目前操作的 PDF 档上的暂存图片放指定位置。参数 pdfid 为 PDF 档案代码。参数 image 为图片代码。参数 x-koor 及 y-koor 分别为指定的 X, Y 坐标。参数 scale 为欲设定的间距值,为浮点数。
|