Re: [iText-questions] Difference between Table and PdfPTable

2008-01-22 Thread morsi
You have right ! to alternate color between line into my tables, i use the property BackgroundColor (SetBackgroundColor) for a PdfCell ! When i delete this property from my PdfPTables, the watermark appear covering the table ! I dont find how to make a cell transparent ! i need BackgroundColor

Re: [iText-questions] Difference between Table and PdfPTable

2008-01-22 Thread morsi
ok, i'm sorry ! thank you ! Bruno Lowagie (iText) wrote: > > morsi wrote: >> thank you bruno, >> i'm sorry but i really have a problem ! > Don't use onStartPage, use onEndPage. > Get rid of the opacity stuff, if you read the book, > you'll unders

Re: [iText-questions] Difference between Table and PdfPTable

2008-01-22 Thread morsi
ration", document.PageSize.Width() / 2, document.PageSize.Height() / 2, 45) cb.EndText() cb.RestoreState() End If End Sub Thank you again bruno ! Bruno Lowagie (iText) wrote: > > morsi wrote: >> Dim Mywatermark As New >> Watermark(Image.GetInstance(Conf

Re: [iText-questions] Difference between Table and PdfPTable

2008-01-21 Thread morsi
, 10) _Doc.Add(Mywatermark) I didn't find on documentation how to add a watermark UNDER PdfPTable :blush: Thanks again ! Bruno Lowagie (iText) wrote: > > morsi wrote: >> so I want to know the difference between Table and PdfPTable just to >> decide >> if it will be possible t

[iText-questions] Difference between Table and PdfPTable

2008-01-21 Thread morsi
Hello, Please excuse my english, i write to you from France. I want to know the difference between Table and PdfPTable using itextsharp to generate PDF document with vb.net application. Now, I use PdfPtable with many tables (I dont know why i have choosen this) and i just add a watermark who do n