Re: [iText-questions] Add Tooltip does not work

2009-08-01 Thread Paulo Soares
Use values instead of merged. Paulo - Original Message - From: "Ivan Farkas" To: Sent: Saturday, August 01, 2009 7:21 PM Subject: [iText-questions] Add Tooltip does not work I am trying to add a tooltip to a field, but it does not work. What coud be wrong? Thx, Ivan p

[iText-questions] Add Tooltip does not work

2009-08-01 Thread Ivan Farkas
I am trying to add a tooltip to a field, but it does not work. What coud be wrong? Thx, Ivan public void AddTooltip(string name, string tooltip, AcroFields fields) { AcroFields.Item item = fields.GetFieldItem(name); PdfDictionary pDict = (PdfDictionary)item.merged[0]; PdfObject pToolti