Forum und email

PDF_set_border_color

(PHP 4, PECL pdflib:1.0-2.1.3)

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().