Accusoft.FSInvoices1.Net
SaveTemplateWithImage Method (ITemplateProvider)




Company associated with the template.
Vendor associated with the template.
Template to save.
Stream with which to save the template and template image.
Saves a template and the template image associated with it.
Syntax
'Declaration
 
Sub SaveTemplateWithImage( _
   ByVal company As ICompanyData, _
   ByVal vendor As IVendor, _
   ByVal templatePage As TemplatePage, _
   ByVal imageStream As Stream _
) 
'Usage
 
Dim instance As ITemplateProvider
Dim company As ICompanyData
Dim vendor As IVendor
Dim templatePage As TemplatePage
Dim imageStream As Stream
 
instance.SaveTemplateWithImage(company, vendor, templatePage, imageStream)
void SaveTemplateWithImage( 
   ICompanyData company,
   IVendor vendor,
   TemplatePage templatePage,
   Stream imageStream
)
void SaveTemplateWithImage( 
   ICompanyData* company,
   IVendor* vendor,
   TemplatePage* templatePage,
   Stream* imageStream
) 
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

ITemplateProvider Interface
ITemplateProvider Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback