​
​
​

Gets a collection of all form fields contained in the document. The property's value is an object of the type FormFieldCollection.

​ Introduced: X18.

Syntax

​public FormFieldCollection FormFields { get; }
​Public ReadOnly Property FormFields() As FormFieldCollection
​

Limitations

Runtime only.

Read only.

​