FormSuite for Invoices v2.1 - Updated
Type Property (FormFieldDefinition)




Accusoft.FSInvoices Namespace > FormFieldDefinition Class : Type Property
Gets and sets the FormFieldDataType of this field.

This is the expected format of the data extracted from the image for this FormField.

Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property Type As FormFieldDataType
'Usage
 
Dim instance As FormFieldDefinition
Dim value As FormFieldDataType
 
instance.Type = value
 
value = instance.Type
[DataMember()]
public FormFieldDataType Type {get; set;}
[DataMember()]
public: __property FormFieldDataType get_Type();
public: __property void set_Type( 
   FormFieldDataType value
);
[DataMember()]
public:
property FormFieldDataType Type {
   FormFieldDataType get();
   void set (    FormFieldDataType value);
}
See Also

Reference

FormFieldDefinition Class
FormFieldDefinition Members