FormFix v6.0 for .NET - Updated
OtherDataItems Property (FormDefinition)



Accusoft.FormDirectorSdk Namespace > FormDefinition Class : OtherDataItems Property
A set of miscellaneous data for a form.
Syntax
'Declaration
 
Public ReadOnly Property OtherDataItems As DataItemCollection
'Usage
 
Dim instance As FormDefinition
Dim value As DataItemCollection
 
value = instance.OtherDataItems
public DataItemCollection OtherDataItems {get;}
public:
property DataItemCollection^ OtherDataItems {
   DataItemCollection^ get();
}
Remarks

Other Accusoft components, notably FormFix, will use this property as a storage area for data that they derive from your definition of a form. If you wish, you can also store your own private data in this property.

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 items.

See Also

Reference

FormDefinition Class
FormDefinition Members

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