Accusoft.FormDirector3.Net - Updated August 4, 2020
Fields Property




Accusoft.FormDirectorSdk Namespace > FormDefinition Class : Fields Property
The list of fields in the form.
Syntax
'Declaration
 
Public ReadOnly Property Fields As FieldCollection
 
'Usage
 
Dim instance As FormDefinition
Dim value As FieldCollection
 
value = instance.Fields
Remarks

This collection contains each field in the form.

Changing this property will cause the HasChanged property to change to true.

If you create a new derived class from this class to manage I/O to a format different from that supported by FormDefinitionFile, you must save this property.

Default value: A list containing no fields.

See Also

Reference

FormDefinition Class
FormDefinition Members