网站首页

>>

PHP初级教程手册


函数:PDF_set_text_pos()



PDF_set_text_pos

配置文字位置。

语法: boolean pdf_set_text_pos(int pdfid, double x-koor, double y-koor);

返回值: 布尔值

函数种类: 特殊文件格式

内容说明

本函数用来配置文字的显示位置。参数 pdfid 为 PDF 文件代码。参数 x-koor 与 y-koor 均为浮点数,分别为 X、Y 的座标。在使用本函数后的 PDF_show() 会受到影响。成功则返回 true 值。



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|