hi, im using this code to set a watermark in a pdf file:

              Image imagen = Image.getInstance("imagenes/leon2.jpg");
              imagen.setAlignment(Image.UNDERLYING);
              Watermark watermark = new Watermark(imagen,10,10);
              documento.add(watermark);

but the watermark is on top of my cell borders and background so i can not
see borders or backgrounds in my tables.

thanks

J. T.

-- 
Ing. Jaime Tovar
BConsulting


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to