Accusoft.FSInvoices1.Net - Updated
SaveTemplateWithImage Method (FileTemplateProvider)




Accusoft.FSInvoices Namespace > FileTemplateProvider Class : SaveTemplateWithImage Method
Company associated with the template.
Vendor associated with the template.
Template to save.
Stream with which to save the template and template image.
Saves the specified template and the template image associated with it.
Syntax
'Declaration
 
Public Sub SaveTemplateWithImage( _
   ByVal company As ICompanyData, _
   ByVal vendor As IVendor, _
   ByVal templatePage As TemplatePage, _
   ByVal imageStream As Stream _
) 
'Usage
 
Dim instance As FileTemplateProvider
Dim company As ICompanyData
Dim vendor As IVendor
Dim templatePage As TemplatePage
Dim imageStream As Stream
 
instance.SaveTemplateWithImage(company, vendor, templatePage, imageStream)
public void SaveTemplateWithImage( 
   ICompanyData company,
   IVendor vendor,
   TemplatePage templatePage,
   Stream imageStream
)
public: void SaveTemplateWithImage( 
   ICompanyData* company,
   IVendor* vendor,
   TemplatePage* templatePage,
   Stream* imageStream
) 
public:
void SaveTemplateWithImage( 
   ICompanyData^ company,
   IVendor^ vendor,
   TemplatePage^ templatePage,
   Stream^ imageStream
) 

Parameters

company
Company associated with the template.
vendor
Vendor associated with the template.
templatePage
Template to save.
imageStream
Stream with which to save the template and template image.
See Also

Reference

FileTemplateProvider Class
FileTemplateProvider Members