FormFix v6.0 for .NET - Updated
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
public FieldCollection Fields {get;}
public:
property FieldCollection^ Fields {
   FieldCollection^ get();
}
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

Is this page helpful?
Yes No
Thanks for your feedback.