Russian Ukraine English
Catalog RSS


pdf_set_border_color

(PHP 3>= 3.0.12, PHP 4 >= 4.0b2)

pdf_set_border_color -- Sets color of border around links and annotations

Description

void pdf_set_border_color (int pdf document, double red, double green, double blue)

The pdf_set_border_color() function sets the color of the suroundig box of links and annotations. The three color components have to have a value between 0.0 and 1.0.

See also pdf_set_border_style(), pdf_set_border_dash().

Led