Hi,
I have a problem setting checkbox fields in an existing PDF form to the "Checked" state.
I tried
and also
Code: C#
((PdfCheckBoxField)field).Checked = true;
Both methods seem to set the PdfCheckBoxFields Checked property to true internally, but when the document is saved, the fields are unchecked.
I isolated the problem in a small demo project with a demo pdf document.
If you can tell me how to send it to you, I will do that.
Or do you have any other suggestions what I can try to solve the problem?
Best regards,
Jochen