Files to look at:
- Program.cs (VB: Program.vb)
Note: with the 21.1 major release, the PdfDocumentFacade class allows you to change the PDF document without access to its inner structure. Use the PdfDocumentFacade.AcroForm property to get interactive form field options. You can change form field and appearance properties.
This example shows how to get a checked appearance name for the "Female" check box and check the check box with this value.
To accomplish this task, call the GetCheckboxCheckedValue method using a PdfDocumentProcessor instance and the field name.
To obtain interactive form data, call the PdfDocumentProcessor.GetFormData method. To check the "Female" check box, use the PdfFormData.Value property.
(you will be redirected to DevExpress.com to submit your response)