ps_set_border_style
(PECL)
ps_set_border_style -- Sets border style of annotations
说明
bool
ps_set_border_style ( resource psdoc, string style, float width )
Annotations like the starting points of links are surrounded by a rectangle.
This function sets the appearance and width of the border line.
参数
- psdoc
- style
style can be solid or
dashed.
- width
返回值
如果成功则返回 TRUE,失败则返回 FALSE。