Accusoft.FSInvoices1.Net
GetImage Method (IImageProvider)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback