Accusoft.FSInvoices1.Net - Updated
SaveTemplateImage Method (ITemplateProvider)




Accusoft.FSInvoices Namespace > ITemplateProvider Interface : SaveTemplateImage Method
Company associated with the template.
Vendor associated with the template.
Identifier of the template associated with the template image being saved.
Stream with which to save the template image.
Saves the template image associated with the specified template identifier.
Syntax
'Declaration
 
Sub SaveTemplateImage( _
   ByVal company As ICompanyData, _
   ByVal vendor As IVendor, _
   ByVal templateId As String, _
   ByVal imageStream As Stream _
) 
'Usage
 
Dim instance As ITemplateProvider
Dim company As ICompanyData
Dim vendor As IVendor
Dim templateId As String
Dim imageStream As Stream
 
instance.SaveTemplateImage(company, vendor, templateId, imageStream)
void SaveTemplateImage( 
   ICompanyData company,
   IVendor vendor,
   string templateId,
   Stream imageStream
)
void SaveTemplateImage( 
   ICompanyData* company,
   IVendor* vendor,
   string* templateId,
   Stream* imageStream
) 
void SaveTemplateImage( 
   ICompanyData^ company,
   IVendor^ vendor,
   String^ templateId,
   Stream^ imageStream
) 

Parameters

company
Company associated with the template.
vendor
Vendor associated with the template.
templateId
Identifier of the template associated with the template image being saved.
imageStream
Stream with which to save the template image.
See Also

Reference

ITemplateProvider Interface
ITemplateProvider Members