PS_set_border_color — Sets color of border for annotations
Contents
Description
Annotations like the starting points of links are surounded by a rectancle. This function sets the color
of the border line.
Name
PS_set_border_color — Sets color of border for annotations
See Also
PS_set_border_style(3), PS_set_border_dash(3)
Synopsis
#include <pslib.h>
void PS_set_border_color(PSDoc *psdoc, float red, float green, float blue)
