hi, may I know how do I populate a listbox in a xfa form(done via
Designer) using iText in c#?
currently i uses this code it cannot work.
.
AcroFields fields=stamper.AcroFields;
fields.setListOption("dropDown", new String[] {"A","B","C"},new
String[]{"1","2","3"});
hope to hear you soon.
- Original Message -
From: "Chandaluri, Siva" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, June 20, 2007 11:33 PM
Subject: [iText-questions] iText support for XFA forms designed using
AdobeDesigner...
Could you suggest me if it is possible to resolve my problem using iTe