Accusoft.FSInvoices1.Net - Updated
TemplateIdentificationData Property




Accusoft.FSInvoices Namespace > TemplatePage Class : TemplateIdentificationData Property
Gets and sets the template identification data.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property TemplateIdentificationData As Dictionary(Of String,String)
'Usage
 
Dim instance As TemplatePage
Dim value As Dictionary(Of String,String)
 
instance.TemplateIdentificationData = value
 
value = instance.TemplateIdentificationData
[DataMember()]
public Dictionary<string,string> TemplateIdentificationData {get; set;}
[DataMember()]
public: __property Dictionary<string*,string*>* get_TemplateIdentificationData();
public: __property void set_TemplateIdentificationData( 
   Dictionary<string*,string*>* value
);
[DataMember()]
public:
property Dictionary<String^,String^>^ TemplateIdentificationData {
   Dictionary<String^,String^>^ get();
   void set (    Dictionary<String^,String^>^ value);
}
Remarks

Used internally for matching images to templates.

Note: The data in this dictionary should not be changed by the user application. This data is maintained by the internal template processes.

Default: Empty dictionary.

See Also

Reference

TemplatePage Class
TemplatePage Members