Link to home
Start Free TrialLog in
Avatar of rtorres1
rtorres1Flag for United States of America

asked on

Highlight radiobutton list using iTextSharp

Hello,
I am trying to highlight required fields on an existing PDF using iTextSharp in a .net windows application. I am having trouble highlighing a radiobutton list. I've used getappearancestates to find the correct values but when I use .SetFieldProperty(FieldName, "bordercolor", iTextSharp.text.Color.YELLOW, null); It is not reflected on the pdf. When I look at the properties on the PDF for the radiobuttonlist the yellow background color is there. Just not rendering. I'm using acrobat pro 9 to view the PDFs.

Thanks
Avatar of Wayne Michael
Wayne Michael
Flag of United States of America image

Are you using error handling in your code to trap errors?

ASKER CERTIFIED SOLUTION
Avatar of rtorres1
rtorres1
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Great!  Sorry I didn't help much.  

Avatar of rtorres1

ASKER

none