Rank: Newbie Groups: Member
Joined: 12/22/2011 Posts: 1
|
According to "Filling in PDF Form Fields" document.
I want to "checked" a checkbox in an existing PDF document, but don't know the correct value used to check a checkbox.
// I tried 'Yes', 'On', 'True' but not work! doc.Fields["chk1"].Value = "???";
Please guide me.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Have you tried "1"?
Thanks!
|