'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.