Accusoft.FSInvoices1.Net - Updated
GetImage Method (IImageProvider)




Accusoft.FSInvoices Namespace > IImageProvider Interface : GetImage Method
Identifier of the file containing the image to be loaded.
Gets a stream with the image associated with the specified fileId.
Syntax
'Declaration
 
Function GetImage( _
   ByVal fileId As String _
) As Stream
'Usage
 
Dim instance As IImageProvider
Dim fileId As String
Dim value As Stream
 
value = instance.GetImage(fileId)
Stream GetImage( 
   string fileId
)
Stream* GetImage( 
   string* fileId
) 
Stream^ GetImage( 
   String^ fileId
) 

Parameters

fileId
Identifier of the file containing the image to be loaded.

Return Value

Stream with the image to be loaded.
See Also

Reference

IImageProvider Interface
IImageProvider Members