Posted by a ceTe Software moderator
Hello,
This is now possible with our product and you can now retrieve the export values from an existing check box, radio button and choice fields (combo box and list) in latest DynamicPDF Merger v10. Below is a code sample.
PdfDocument pdf = new PdfDocument(@"Input PDF file path");
PdfChoiceField choicefield = (PdfChoiceField)pdf.Form.Fields["combo box form field name"];
string[] exprtValues= choicefield.GetItemsExportValues();
string[] cmbItems = choicefield.GetItems();
string cmbExportValue=pdf.Form.Fields["check box form field name"].ExportValue;
You can download latest fully functional evaluation edition of DynamicPDF Merger product from our website
here.
Thanks,
ceTe Software Support Team