Accusoft.FSInvoices1.Net
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
[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);
}
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback