Note: Starting with 21.1, 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 each radio button and check the corresponding radio button with the obtained value.
To accomplish this task, call the GetRadioGroupCheckedAppearanceNames method using a PdfDocumentProcessor instance and the field.
To obtain interactive form data, call the PdfDocumentProcessor.GetFormData method. To check the "Female" radio button, use the PdfFormData.Value property.
(you will be redirected to DevExpress.com to submit your response)