FormFix v6.0 for .NET - Updated
FormDefinitions Property



Accusoft.FormDirectorSdk Namespace > FormSet Class : FormDefinitions Property
The list of forms in the form set.
Syntax
'Declaration
 
Public ReadOnly Property FormDefinitions As FormDefinitionCollection
'Usage
 
Dim instance As FormSet
Dim value As FormDefinitionCollection
 
value = instance.FormDefinitions
public FormDefinitionCollection FormDefinitions {get;}
public:
property FormDefinitionCollection^ FormDefinitions {
   FormDefinitionCollection^ get();
}
Remarks

This collection contains each form in the form set.

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 FormSetFile, you must save this property.

Default value: A list containing no forms.

See Also

Reference

FormSet Class
FormSet Members

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