What is FormField "FieldName" property used for?

The property "FieldName" must be assigned and unique for all FormFields, but what is it used for? I can't seem to find a way to get a handle on the object based on the FieldName from code. Please provide and explanation and a code example.

Thanks!

Dan

Dear Dan,

Getting object based on “FieldName” is not supported. The “FieldName” is needed when you want to fill the form field later. For example you can refer to http://www.aspose.com/Wiki/default.aspx/Aspose.Pdf.Kit/SimpleExample.html. If you want to get object at run time please assign a ID to the object.

Are there plans to support this under Aspose.Pdf?

Dan

Also, is the property "InlineRadioButtonFieldName" of the Text object follow the same coding as the "FieldName" property of a FormField object?

Dan

Dear Dan,

Aspose.Pdf support creating form fields from scratch only. Maybe later we will support creating form fields on existing pdf in Aspose.Pdf. But filling form fields and other editing features will not be supported since those features are supported in Aspose.Pdf.Kit.

Yes the "InlineRadioButtonFieldName" has the same meaning as "FieldName".