Accusoft.FSInvoices Namespace > FormDefinition Class : FieldDefinitions Property |
'Declaration <DataMemberAttribute()> Public Property FieldDefinitions As FormFieldDefinitionDictionary
'Usage Dim instance As FormDefinition Dim value As FormFieldDefinitionDictionary instance.FieldDefinitions = value value = instance.FieldDefinitions
[DataMemberAttribute()] public FormFieldDefinitionDictionary FieldDefinitions {get; set;}
[DataMemberAttribute()] public: __property FormFieldDefinitionDictionary* get_FieldDefinitions(); public: __property void set_FieldDefinitions( FormFieldDefinitionDictionary* value );
[DataMemberAttribute()] public: property FormFieldDefinitionDictionary^ FieldDefinitions { FormFieldDefinitionDictionary^ get(); void set ( FormFieldDefinitionDictionary^ value); }
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.