In my winform, I am opening a PDF with fields and trying to fill each field with the appropriate value.
The PDF has two checkboxes with the same field name 'check 2'. One check box has the label 'Yes' and the 'No'.
The properties of the No check box:
General tab Name:'check 2'
Options tab Export Value 'no'
The properties of the Yes check box:
General tab Name:'check 2'
Options tab Export Value 'yes'
I have the two checkboxes defined as PdfLoadedCheckBoxItemCollection
I can't figure out how to determine which of the two PdfLoadedCheckBoxItem's in the list will export the value 'yes'.
I feel like I am so close but give up.
I couldn't attach my whole project so I included the pdf and project files, hoping you can see what I am doing.
Attachment:
PdfClaimFillStuff_a1dab0c.zip