Gets the template image associated with the specified template identifier.
'Declaration
Public Function GetTemplateImage( _
ByVal As ICompanyData, _
ByVal As IVendor, _
ByVal As String _
) As Stream
'Usage
Dim instance As FileTemplateProvider
Dim company As ICompanyData
Dim vendor As IVendor
Dim templateId As String
Dim value As Stream
value = instance.GetTemplateImage(company, vendor, templateId)
public Stream GetTemplateImage(
ICompanyData ,
IVendor ,
string
)
public: Stream* GetTemplateImage(
ICompanyData* ,
IVendor* ,
string*
)
public:
Stream^ GetTemplateImage(
ICompanyData^ ,
IVendor^ ,
String^
)
Parameters
- company
- Company associated with the template.
- vendor
- Vendor associated with the template.
- templateId
- Identifier of the template associated with the image.
Return Value
Stream with retrieved image; null if none found.