Getting the CheckBox Export Value

How does one get the Export Value of a CheckBox from a PDF file using the Aspose.Pdf.Kit library? The FormFieldFacade.ExportItems is null as is the FormFieldFacade.Items property for the CheckBoxes loaded from the attached PDF. I can extract the values for a TextBox, Radio, ComboBox, and ListBox using the appropriate methods/properties, but can't find a way to get the Export Value from a CheckBox.

Hi Joe,

The Items and ExportItems properties work for Combo Box, Radio Buttons, and List Box fields; that is, the fields which represent values as list of items. However, if you want to get currently selected value of the Check Box field, you may use GetField method of Form class.

I hope this helps. If you have any further questions, please do let us know.
Regards,

I appreciate the quick response, but that doesn't answer my question. I am talking about the value that one can set from within Adobe Acrobat by right clicking on a form field, specifically a CheckBox, and selecting the Options tab. On that tab, there is a field called "Export Value," which creates an entry in the PDF like below for the "Red" CheckBox item in the sample PDF that I provided. Is there any way to get the text of these name objects?

128 0 obj
<</AP<</D<>/N<>>>/AS/Off/F 4/MK<>/P 21 0 R/Parent 129 0 R/Rect[114.581 444.806 132.581 462.806]/Subtype/Widget/Type/Annot>>
endobj

Hi Joe,

Thank you very much for sharing further details. We’ll look into your requirement in detail and update you accordingly. Please spare us some time for further investigation.

We’re sorry for the inconvenience.
Regards,

Hi Joe,

I have further investigated this requirement and I’m sorry to inform you that this feature is currently not supported; however, I have logged a new feature request as PDFKITNET-25813 in our issue tracking system. Our team will look into this requirement and you’ll be updated via this forum thread once it is supported.

We’re sorry for the inconvenience.
Regards,