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
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