Accusoft.FSInvoices Namespace > TemplatePage Class : TemplateIdentificationData Property |
'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
[DataMemberAttribute()] public Dictionary<string,string> TemplateIdentificationData {get; set;}
[DataMemberAttribute()] public: __property Dictionary<string*,string*>* get_TemplateIdentificationData(); public: __property void set_TemplateIdentificationData( Dictionary<string*,string*>* value );
[DataMemberAttribute()] public: property Dictionary<String^,String^>^ TemplateIdentificationData { Dictionary<String^,String^>^ get(); void set ( Dictionary<String^,String^>^ value); }
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.