Accusoft.FSInvoices1.Net - Updated
FieldDefinitions Property




Accusoft.FSInvoices Namespace > FormDefinition Class : FieldDefinitions Property
Gets and sets the dictionary of FormFieldDefinition objects.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property FieldDefinitions As FormFieldDefinitionDictionary
'Usage
 
Dim instance As FormDefinition
Dim value As FormFieldDefinitionDictionary
 
instance.FieldDefinitions = value
 
value = instance.FieldDefinitions
[DataMember()]
public FormFieldDefinitionDictionary FieldDefinitions {get; set;}
[DataMember()]
public: __property FormFieldDefinitionDictionary* get_FieldDefinitions();
public: __property void set_FieldDefinitions( 
   FormFieldDefinitionDictionary* value
);
[DataMember()]
public:
property FormFieldDefinitionDictionary^ FieldDefinitions {
   FormFieldDefinitionDictionary^ get();
   void set (    FormFieldDefinitionDictionary^ value);
}
Remarks

Defines the fields that are expected to be on the forms. Field definitions with FormFieldDefinition.IsOutput set to true will appear in FormResult.Fields following processing.

Defining more expected fields improves recognition accuracy. Thus, it is beneficial to define expected fields even if they have FormFieldDefinition.IsOutput set to false.

Default: Empty FormFieldDefinitionDictionary.

See Also

Reference

FormDefinition Class
FormDefinition Members