IT学习者 -> 技术文档 -> PHP 完全中文手册

函数:PDF_setgray_stroke()


PDF_setgray_stroke

指定绘图的颜色为灰阶。

语法: boolean pdf_setgray_stroke(int pdfid, double value);

返回值: 布尔值

函数种类: 特殊文件格式

内容说明

本函数用来配置目前的绘图颜色为灰阶的颜色。参数 pdfid 为 PDF 文件代码。参数 value 为灰阶值。

参考

PDF_setrgbcolor_stroke()  



[ 上一页  PHP中文手册  下一页 ]

PHP 首页 | PHP 导读 | PHP 函数库 | PHP 函数索引 | PHP 范例程序