iText [Sharp] can really do what you want:
PdfReader read = new PdfReader(pdfPath);
AcroFields af = reader.getAcroFields();
String displayOptions[] = af.getListOptionDisplay(fldName);
String valueOptions[] = af.getListOptionValue(fldName);
This Java code wrote off the cuff in the "Your answer" box, but I suspect C # will be very similar.
(Is anyone else so used to the built-in extensions that they expect it outside their IDE? I keep deleting ctrl-space and expect to see a list of available functions.: /)
- , , - , . , . , ... . .