Retrieve Information from InputText and Check box

Dear all,

I have created a document with several TextInputs and CheckBoxes. When I want to import this document again into Aspose.Words and retrieve the texts from the TextInputs as well as status from the CheckBoxes, how can I do that? These two elements are of type FormFields, so how can I distinguish between these two elements?

Thanks a lot in advance,
Marzie

Hi Marzie,


Thanks for your inquiry. Please use FormField.Type and FormField.Result properties to meet these requirements. Hope, this helps.

Best regards,