pdf_set_border_color

(PHP 3>= 3.0.12, PHP 4 >= 4.0.0)

pdf_set_border_color -- Sets color of border around links and annotations

Popis

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

Funkce 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.

Viz také pdf_set_border_style(), pdf_set_border_dash().