Try the setColour() method of the PDAnnotationLink object (inherited from PDAnnotation).
On Wed, Mar 7, 2012 at 9:47 AM, Hesham G. <[email protected]> wrote: > Hello , > > Is there a way I can change the color of the link border ? > PDBorderStyleDictionary linkBorder = new PDBorderStyleDictionary(); > linkBorder.setWidth( 1f ); > link.setBorderStyle( linkBorder ); > > > Best regards , > Hesham >

